Create Lightning App
sf_create_lightning_appCreate a custom Lightning App in Salesforce with branded navigation, utility bar, and logo. Select Standard tabs or Console split view, and populate nav items for a tailored team experience.
Instructions
Creates a Lightning App in Salesforce — a branded navigation container with a custom navigation bar, utility bar, and logo. Choose between Standard (tabs) and Console (split view) navigation. Specify navItems to populate the navigation bar with objects, home, reports, etc. Use when a user wants a custom app experience for a specific team or use case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | App display label | |
| uiType | No | Must be Lightning for modern apps | Lightning |
| navType | No | Standard: tabs. Console: split view. | Standard |
| fullName | Yes | App API name, e.g. 'Sales_Console' | |
| navItems | No | Navigation bar items | |
| description | No | Description | |
| utilityItems | No | Utility bar items | |
| setupExperience | No | all | |
| isNavAutoTempTabsDisabled | No | ||
| isNavPersonalizationDisabled | No |