Custom Application for React UI Bundles
Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users.
Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that delegates rendering to the React UI bundle referenced by
uiBundle
.
Required Properties
Resolve all properties before generating any metadata. Each has a fallback chain — work through each option in order until a value is found.
Property
Format
How to Resolve
appName
lowercamelcase
(e.g.,
myInternalApp
)
The UI bundle name from
uiBundles/
generating-ui-bundle-custom-app
安装
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-ui-bundle-custom-app