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.
Represents information about the template
that contains the decision explanation message for a specified expression set step
type.
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
File Suffix and Directory Location
ExplainabilityMsgTemplate components have the suffix
.explainabilityMsgTemplate and are stored in the
ExplainabilityMsgTemplates folder.
Version
ExplainabilityMsgTemplate components are available in API version 56.0 and later.
Fields
|
|
| evaluationResult |
- Field Type
- EvaluationResult (enumeration of type string)
- Description
-
Required.
The type of result for which the message template can be used. The
step type for which the result is evaluated can be a
condition, conditional group, or branch.Valid values
are:
|
| expressionSetStepType |
- Field Type
- ExpressionSetStepType (enumeration of type string)
- Description
-
Required.
The step type in an expression set that
uses the explainability message template.Valid values
are:
- Aggregation
- Branch
- BusinessElement
- Calculation
- Condition
- DecisionTableLookup
- ListEnabledGroup
- ListFilter
- MatrixLookup
- ReferenceProcedure
|
| expsSetProcessType |
- Field Type
- ExpsSetProcessType (enumeration of type string)
- Description
-
Required.
The type of industry that’s using the expression set.Valid values
are:
- Bre
- GpaCalculation
-
InsuranceClaimProcessing—Available
in API version 65.0 and later.
-
ItServiceManagement—Available in
API version 65.0 and later.
- PlanCostCalculation
- RatingDiscovery
-
StudentInformationSystem—Available
in API version 65.0 and later.
- StudentSuccess
- When Business Rules Engine is enabled for a Salesforce
instance, the default value is 'Bre’. Other process
types are available to you depending on your industry
solution and permission sets.
|
| isDefault |
- Field Type
- boolean
- Description
- Indicates whether the decision explainer template for a
specified step type is default (true) or not
(false).
|
| masterLabel |
- Field Type
- string
- Description
-
Required.
- Master label the for ExplainabilityMsgTemplate.
|
| message |
- Field Type
- string
- Description
-
Required.
The message associated with the template
for a specific expression set step type.
|
Declarative Metadata Sample Definition
The following is an example of an ExplainabilityMsgTemplate component.
The following is an example package.xml that
references the previous definition.