Defines the dashboard information. For each defined dashboard, user can customize their board by adding portal contents. Organization can have one or more dashboards which are shown to all the users in that organization. Users also have their personal dashboards, where they store their personal preferences
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dash_id | varchar(64) | not null | Dashboard unique ID |
| label | nvarchar(64) | with null | Dashboard descriptive label |
| xsl_presentation | varchar(64) | with null | XSL file if the presentation is involved |
| full_size | integer | with null | Specifies if full size is used |
| height | integer | with null | Dashboard window height |
| width | integer | with null | Dashboard window width |
| separate_window | integer | with null | Determines if a different window is used to show the dash board contents |
| snapable | integer | with null | Determines if the dash board is snapable |
| locked | integer | with null | Determines if the dash board is locked |
| auto_arrange | integer | with null | Auto arrangement turn on and off |
| timeout | integer | with null | Time out for retrieveing the dashboard content |
| tenant_id | varchar(50) | with null | Tenant ID is related to the dashboard |
| user_id | nvarchar(100) | with null | User ID is related to the dashboard |
| access_depth | integer | with null | Defines the weather the child structure will come or not |
| is_default | integer1 | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dash_id | usm_portal_content | dash_id |