AppFrameworkApp

Represents an installed app framework app.

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

AppFrameworkApp components have the suffix .appFrameworkApp and are stored in the appFrameworkApps folder.

Version

AppFrameworkApp components are available in API version 68.0 and later.

Fields

Field Name Description
appAssetVersion
Field Type
double
Description
The API version of the assets in the app.
appTemplate
Field Type
string
Description
The name of the template used to install the app.
description
Field Type
string
Description
The description of the app.
installedAssets
Field Type
AppFrameworkInstalledAsset[]
Description
The installed assets associated with the app. An app has 1 or more installed assets.
label
Field Type
string
Description
Required
The label for the app.
templateSubType
Field Type
string
Description
The subtype of the template used to install the app. Valid values include Tableau, DataCloud, AgentforceAnalytics, Flow, Dashboard, Visualization, SemanticModel, Metric, and Extension.
templateType
Field Type
string
Description
The type of the template used to install the app. Valid values include App and Component.
templateVersion
Field Type
string
Description
The version of the template used to install the app.

AppFrameworkInstalledAsset

An installed asset in an app.

Field Name Description
appAssetVersion
Field Type
double
Description
The API version of the installed asset.
asset
Field Type
string
Description
Required
The name of the installed asset.
tags
Field Type
string
Description
A list of the tags for the installed asset.
templateAssetSourceName
Field Type
string
Description
Required
The name of the template used to install this asset.
type
Field Type
string
Description
The type of the installed asset. Valid values include Dashboard and Workspace.

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.