Dashboard
Stores metadata for Salesforce dashboards, which provide visual reports and key performance metrics.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the dashboard. | |
| IsDeleted | Bool | Indicates whether the dashboard has been deleted (true) or not (false). | |
| OwnerId | String |
User.Id | ID of the user who owns the record. |
| FolderId | String | ID of the folder where the dashboard is stored. | |
| FolderName | String | Field containing FolderName information. | |
| Title | String | Display name of the dashboard. | |
| DeveloperName | String | Unique API name of the dashboard used by developers. | |
| NamespacePrefix | String | Namespace prefix associated with the dashboard, if applicable. | |
| Description | String | Optional description providing context or details about the dashboard. | |
| LeftSize | String | Width setting for the left column of the dashboard layout. | |
| MiddleSize | String | Width setting for the middle column of the dashboard layout. | |
| RightSize | String | Width setting for the right column of the dashboard layout. | |
| CreatedById | String |
User.Id | ID of the user who created the dashboard. |
| LastModifiedDate | Datetime | Date and time when the dashboard was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the dashboard. |
| RunningUserId | String |
User.Id | ID of the user under whose context the dashboard runs. |
| TitleColor | Int | Hex value representing the title color of the dashboard. | |
| TitleSize | Int | Font size used for the dashboard title. | |
| TextColor | Int | Hex value representing the text color of the dashboard. | |
| BackgroundStart | Int | Hex value representing the starting background color gradient. | |
| BackgroundEnd | Int | Hex value representing the ending background color gradient. | |
| BackgroundDirection | String | Direction of the background gradient fade such as 'diagonal' or 'vertical'. | |
| Type | String | Specifies the type of user context in which the dashboard runs. | |
| LastViewedDate | Datetime | The most recent date and time the dashboard was viewed. | |
| LastReferencedDate | Datetime | The most recent date and time the dashboard was referenced in the system. | |
| DashboardResultRefreshedDate | String | Date associated with DashboardResultRefreshed. | |
| DashboardResultRunningUser | String | Field containing DashboardResultRunningUser information. | |
| ColorPalette | String | Field containing ColorPalette information. | |
| ChartTheme | String | Field containing ChartTheme information. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | Timestamp used by the system to track the last modification. | |
| CreatedDate | Datetime | Date and time when the dashboard was created. |