Create Report or Dashboard Folder
sf_create_report_folderOrganize Salesforce Reports and Dashboards by creating folders with Hidden, Shared, or Public access. Set the folder type and access to control visibility.
Instructions
Creates a folder for organizing Reports or Dashboards. Folder access types: Hidden (only owner), Shared (explicit sharing), Public (all users). After creating, use sf_share_report_folder to grant access to specific users, roles, or groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Folder display name | |
| accessType | No | Folder access type | Shared |
| folderName | Yes | Folder API name | |
| folderType | No | Whether this is a report or dashboard folder | Report |