Newer Version Available
DecisionTableDatasetLink
Represents the information about a dataset link
associated with a decision table. In a dataset link, select an object for whose records, the
decision table must provide an outcome.This type extends the
Metadata metadata type and inherits its fullName
field.
File Suffix and Directory Location
DecisionTableDatasetLink components have the suffix .decisionTableDatasetLink and are stored in the decisionTableDatasetLinks folder.
Version
DecisionTableDatasetLink components are available in API version 51.0 and later.
Special Access Rules
To use this metadata type, your Salesforce org must have the Loyalty Management or the Rebate Management license.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| decisionTableName | string | Required. The name of the associated decision table. |
| decisionTblDatasetParameters | DecisionTblDatasetParameters | Mapping between a decision table parameter and a field of the object selected in the dataset link. |
| description | string | The description of the dataset link. |
| isDefault | boolean | Indicates whether a dataset link is the default dataset link for a decision table. |
| setupName | string | Required. The name of the decision table dataset link, which appears in Setup. |
| sourceObject | string | Required. The name of the object being evaluated. |
Represents the mapping between a decision table parameter and a field of the object selected in the dataset link.
The mapping allows the decision table to know which object fields must be compared to the input-output fields of the decision table.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| datasetFieldName | string | Required. Name of the dataset field whose value must be compared against an Input type decision table parameter when providing the outcome. |
| fieldName | string | Required. The API name of the decision table field that is selected as an input or output for the decision table dataset link. |