Create Lightning Application
sf_create_custom_applicationCreate a custom Lightning app in Salesforce by specifying tabs, navigation type, form factor, and utility bar items for the App Launcher via Metadata API.
Instructions
Creates a Lightning Application (App) in the Salesforce org via the Metadata API. Supports Standard and Console navigation types. Specify tabs to include, form factor (desktop or mobile), and optional utility bar components. The app appears in the App Launcher after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabs | No | Tab API names to include | |
| label | Yes | Display label | |
| appName | Yes | Application API name | |
| navType | No | Navigation type | Standard |
| formFactor | No | Form factor: Large (desktop) or Small (mobile) | Large |
| utilityBar | No | Utility bar items | |
| description | No | Description | |
| isNavAutoTempTabsDisabled | No | Disable auto-temporary tabs in nav |