Create Lightning Application
sf_create_custom_applicationCreate a custom Lightning application in Salesforce with tailored tabs, navigation, and form factor, then deploy it via Metadata API to appear in the App Launcher.
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 |