Create Lightning App
sf_create_lightning_appCreates a branded Lightning App in Salesforce with custom navigation, utility bar, and logo. Supports Standard tab or Console split view, and configurable nav items for team-specific experiences.
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 |