Update Dashboard
sf_update_dashboardModify an existing Salesforce Dashboard's title, description, or running user by reading current org configuration and applying changes, avoiding the need to recreate the dashboard.
Instructions
Updates an existing Dashboard's title or description by reading the current configuration from the org and applying changes. The dashboard must already exist. For structural changes (adding/removing components), use sf_create_dashboard to create a new version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | New dashboard title/label | |
| runningUser | No | Username to run dashboard as | |
| dashboardName | Yes | Dashboard API name | |
| componentsToAdd | No | Dashboard components to add | |
| componentsToRemove | No | Component titles to remove |