ExpressionSetMessageToken
Parent Type
File Suffix and Directory Location
ExpressionSetMessageToken components have the suffix expressionSetMessageToken and are stored in the ExpressionSetMessageToken folder.
Version
ExpressionSetMessageToken components are available in API version 59.0 and later.
Special Access Rules
InteractionCalculation.orgHasBREandDESAccess Org permission set license is required for users to access this metadata type.
Fields
Field Name | Description |
---|---|
description |
|
developerName |
|
masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of an ExpressionSetMessageToken component.
<?xml version="1.0" encoding="UTF-8"?>
<ExpressionSetMessageToken xmlns="http://soap.sforce.com/2006/04/metadata">
<developerName>token</developerName>
<description>Description</description>
<masterLabel>token</masterLabel>
</ExpressionSetMessageToken>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ExpressionSetMessageToken</name>
</types>
<version>59.0</version>
</Package>
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.