Newer Version Available

This content describes an older version of this product. View Latest

UIBundle (Beta)

Represents a Salesforce Multi-Framework app, such as a React app.

Salesforce Multi-Framework is a beta service that is subject to the Beta Services Terms at Agreements - Salesforce.com or a written Unified Pilot Agreement, if executed by Customer, and applicable terms in the Product Terms Directory. Use of this beta service is at the Customer’s sole discretion.

The Non-GA Services are used in conjunction with GA Services which consume paid credits or entitlements ("entitlements"). Any corresponding consumption of entitlements arising from Customer's use of the Non-GA Services shall not give rise to any refund or credit rights.

Note

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

UIBundle components have the suffix .uibundle-meta.xml and are stored in the uiBundles/your_app folder.

Version

UIBundle components are available in API version 66.0 and later.

Special Access Rules

Salesforce Multi-Framework is supported in sandbox and scratch orgs only. To use this feature, your admin must enable React Development with Salesforce Multi-Framework (Beta) in Setup.

The UIBundle metadata type can contain up to 2,500 files.

Fields

Field Name Description
description
Field Type
string
Description
A description of what the web application does.
isActive
Field Type
boolean
Description
Required. Specifies whether the web application is accessible (true) or not (false).
isProtected
Field Type
boolean
Description
For internal use only.
masterLabel
Field Type
string
Description
Required. Specifies the web-application name that appears in the UI.
target
Field Type
string
Description
Specifies the Salesforce target where the app is supported. Valid values are:
  • AppLauncher: Makes the app available in the App Launcher. This is the default target if you don’t specify a value.
  • Experience: Indicates that the app is an external-facing site or portal and makes it available in the Digital Experiences app.
version
Field Type
string
Description
Required. Indicates the version of the web application.

Wildcard Support in the Manifest File

This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.