Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ExplainabilityActionVersion
Parent Type
File Suffix and Directory Location
ExplainabilityActionVersion components have the suffix .explainabilityActionVersion and are stored in the explainabilityActionVersion folder.
Version
ExplainabilityActionVersion components are available in API version 57.0 and later.
Fields
| Field Name | Description |
|---|---|
| actionLogMessageTemplate |
|
| actionSpecification |
|
| active |
|
| definitionVersion |
|
| description |
|
| explainabilityActionDef |
|
| masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of an ExplainabilityActionVersion component.
1<?xml version="1.0" encoding="UTF-8"?>
2<ExplainabilityActionVersion
3 xmlns="http://soap.sforce.com/2006/04/metadata">
4 <masterLabel>ActionVersion1</masterLabel>
5 <explainabilityActionDef>ActionDef</explainabilityActionDef>
6 <description>Version Description</description>
7 <actionSpecification>Test action specification</actionSpecification>
8 <active>false</active>
9 <actionLogMessageTemplate>Test template</actionLogMessageTemplate>
10 <definitionVersion>1</definitionVersion>
11</ExplainabilityActionVersion>1<?xml version="1.0" encoding="UTF-8"?>
2
3<Package
4 xmlns="http://soap.sforce.com/2006/04/metadata">
5 <types>
6 <members>*</members>
7 <name>ApplicationSubtypeDefinition</name>
8 </types>
9 <types>
10 <members>*</members>
11 <name>BusinessProcessTypeDefinition</name>
12 </types>
13 <types>
14 <members>*</members>
15 <name>ExplainabilityActionDefinition</name>
16 </types>
17 <types>
18 <members>*</members>
19 <name>ExplainabilityActionVersion</name>
20 </types>
21 <version>57.0</version>
22</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.