Industries Common Resources Developer Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Decision Matrix Data Model Overview
Decision Table Data Model
DecisionTable
DecisionTableDatasetLink
DecisionTableParameter
DecisionTblDatasetParameter
DecisionTableSourceCriteria
IndustriesSettings
Industries Object Access by Community License
Access Industries Features Deployed Using Managed Packages
Decision Table Tooling API Objects
Use Tooling API objects to create, update, and activate decision tables. Dataset links
can also be created and associated with decision tables using Tooling API objects.
| Available in: Lightning Experience |
| Available in: Decision Table is available with Enterprise, Unlimited, and Performance Editions with Loyalty Management or Rebate Management |
-
Decision Table Data Model
Before you start using the Decision Table Tooling API objects, here's a representation of the data model. -
DecisionTable
Represents the information about a decision table. This object is available in API version 51.0 and later. -
DecisionTableDatasetLink
Represents a dataset link associated with a decision table. Use dataset links in a decision table to select an object whose records the decision table must evaluate and provide outcomes for. This object is available in API version 51.0 and later. -
DecisionTableParameter
Represents an input or output field in a decision table. An input field is a field in the business rule object or custom metadata type that contains values used by the decision table to evaluate records and values. An output field is a field in the business rule object or custom metadata type that contains the values provided as outcomes for a rule. This object is available in API version 51.0 and later. -
DecisionTblDatasetParameter
Represents the mapping between a decision table parameter and a field of the object selected in the dataset link. This mapping allows the decision table to know which object fields from the dataset link must be evaluated by the input fields of the decision table. This object is available in API version 51.0 and later. -
DecisionTableSourceCriteria
Represents the fields and values from a data source that are used to define the condition logic of the data that's used in a decision table. This object is available in API version 59.0 and later.