Dashboard
Stores metadata for Salesforce dashboards, which provide visual reports and key performance metrics.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the dashboard. | |
| IsDeleted | Boolean | True |
Indicates whether the dashboard has been deleted (true) or not (false). | |
| FolderId | String | True |
ID of the folder where the dashboard is stored. | |
| Title | String | True |
Display name of the dashboard. | |
| DeveloperName | String | True |
Unique API name of the dashboard used by developers. | |
| NamespacePrefix | String | True |
Namespace prefix associated with the dashboard, if applicable. | |
| Description | String | True |
Optional description providing context or details about the dashboard. | |
| LeftSize | String | True |
Width setting for the left column of the dashboard layout. | |
| MiddleSize | String | True |
Width setting for the middle column of the dashboard layout. | |
| RightSize | String | True |
Width setting for the right column of the dashboard layout. | |
| CreatedDate | Datetime | True |
Date and time when the dashboard was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the dashboard. |
| LastModifiedDate | Datetime | True |
Date and time when the dashboard was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the dashboard. |
| SystemModstamp | Datetime | True |
Timestamp used by the system to track the last modification. | |
| RunningUserId | String | True |
User.Id |
ID of the user under whose context the dashboard runs. |
| TitleColor | Int | True |
Hex value representing the title color of the dashboard. | |
| TitleSize | Int | True |
Font size used for the dashboard title. | |
| TextColor | Int | True |
Hex value representing the text color of the dashboard. | |
| BackgroundStart | Int | True |
Hex value representing the starting background color gradient. | |
| BackgroundEnd | Int | True |
Hex value representing the ending background color gradient. | |
| BackgroundDirection | String | True |
Direction of the background gradient fade such as 'diagonal' or 'vertical'. | |
| Type | String | True |
Specifies the type of user context in which the dashboard runs. | |
| LastViewedDate | Datetime | True |
The most recent date and time the dashboard was viewed. | |
| LastReferencedDate | Datetime | True |
The most recent date and time the dashboard was referenced in the system. |