Table: Dashboard_Layout | |||
Columns | |||
Name | Type | Constraints | Description |
dashboard_layout_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table |
dashboard_layout_type_KEY | int | NOT NULL | Type of dashboad layout |
description | nvarchar (250) | NOT NULL | User defined description |
layout | nvarchar (-1) | NOT NULL | User defined dashboard layout |
update__staff_KEY | int | NOT NULL | Key of Staff who last modified this row. This Staff is considered to be the owner of this dashboard layout. |
update_date_utc | datetime | NOT NULL | |
create_date_utc | datetime | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Dashboard_Layout$dashboard_layout_KEY | dashboard_layout_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Dashboard_Layout$dashboard_layout_type_KEY$dashboard_layout_KEY | dashboard_layout_type_KEY, dashboard_layout_KEY | This constraint is used by the Firm_Layout table to help make sure that the default dashboard layout is of the proper dashboard layout type. | |
UK_Dashboard_Layout$description$dashboard_layout_type_KEY | description, dashboard_layout_type_KEY | Each combination of description and type must be unique. |