Create Custom Tab
sf_create_tabCreate a custom tab to make a custom object accessible in navigation and App Launcher. Provide the object API name and choose an icon motif.
Instructions
Creates a Custom Tab for a custom object so it appears in the navigation bar and App Launcher. Tabs are required to make custom objects accessible from the UI. Specify the object API name and choose a motif/icon from Salesforce's icon library (e.g., 'Custom64: Coin').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL for web tab type | |
| page | No | Visualforce page name for VF tab | |
| label | No | Tab label (defaults to object label) | |
| motif | No | Icon/motif for the tab, e.g. 'Custom64: Coin', 'Custom1: default' | Custom64: Coin |
| fullName | Yes | Tab API name, typically same as the object API name, e.g. 'Invoice__c' | |
| description | No | Tab description | |
| sobjectName | No | Object API name if this is a custom object tab | |
| customObject | No | Set to true for custom object tabs |