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.

Lookup Table Details

Output representation of the basic details of a lookup table.
JSON example
1"lookupTables":[{
2    "apiName":"DM_1",
3    "id":"0lIxx0000000001EAA",
4    "lookupTableDefinitionId":"9QNxx0000004C92GAE",
5    "lookupTableType":"DecisionMatrix",
6    "name":"DM_1"
7  },
8  {
9    "apiName":"DT_2",
10    "id":"0lIxx000000003FEAQ",
11    "lookupTableDefinitionId":"0lDxx000000001dEAA",
12    "lookupTableType":"DecisionTable",
13    "name":"DT_2"
14  }]
Property Name Type Description Filter Group and Version Available Version
apiName String Unique developer name of the Decision Table or Decision Matrix. Small, 59.0 59.0
id String ID of the lookup table record. Small, 59.0 59.0
lookupTable​DefinitionId String ID of the Decision Table or Decision Matrix record. Small, 59.0 59.0
lookupTable​Type String Type of the lookup table, such as Decision Table or Decision Matrix. Small, 59.0 59.0
name String Name of the Decision Table or Decision Matrix. Small, 59.0 59.0