Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Dashboard Input
An Analytics dashboard.
Properties
DashboardInput inherits properties from the abstract Base Asset Input. These base properties appear in DashboardInput alongside the properties defined explicitly in the following table.
| Parameter Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| clonedTemplateOrigin | String | If the asset was cloned from an asset that was created from a template, this is the template origin of the original asset. | Optional | 56.0 |
| currentHistoryId | String | The current saved history id to display for the dashboard. | Optional | 44.0 |
| dateVersion | Integer | The version of dates used by the dashboard. Valid
values are:
|
Optional | 44.0 |
| folder | AssetReferenceInputRepresentation | The folder in which this dashboard is stored. | Required for POST, optional for PATCH | 44.0 |
| historyLabel | String | A history label to tag the dashboard version being saved. | Optional | 44.0 |
| layoutAutoSync | String | Indicates whether the dashboard has auto sync enabled for layouts(true) or not (false). | Optional | 60.0 |
| mobileDisabled | Boolean | Indicates whether the dashboard is disabled for mobile (true) or not (false). | Optional | 41.0 |
| semanticModels | MappedSDMInput[] | A list of sementic models for this dashboard. | Optional | 67.0 |
| state | DashboardStateInput | The state of the dashboard. | Required for POST, optional for PATCH | 36.0 |
| type | ConnectWaveAssetTypeEnum | The asset type. The default type is Dashboard.
Valid types are:
|
Optional | 44.0 |
| xmd | XmdInput | The asset XMD of the dashboard. | Optional | 44.0 |
| visibility | ConnectWaveAssetVisibilityType | Indicates whether the asset is hidden from users with view access or not.
Valid values are:
|
Optional | 51.0 |