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.

Eligibility Rule Value Input

Input Representation for Rule Values
JSON example
1[
2    {
3      "fieldName": "Country",
4      "fieldValue": "USA",
5      "operator": "Equals",
6      "domainEntity": "Account",
7      "domainEntityId": "xyz"
8    },
9    {
10      "fieldName": "ProductId",
11      "fieldValue": "123",
12      "operator": "Equals",
13      "domainEntity": "Account",
14      "domainEntityId": "xyz"
15    },
16    {
17      "fieldName": "ParentProductId",
18      "fieldValue": "123",
19      "operator": "Equals",
20      "domainEntity": "Account",
21      "domainEntityId": "xyz"
22    }
23  ]
Properties
Name Type Description Required or Optional Available Version
domainEntity String Entity domain field is mapped to. Required 66.0
domain​EntityId String The unique identifier of the entity record domain field is mapped to. Required 66.0
fieldName String Name of the field in the source object. Required 66.0
fieldValue String Value of the field. Required 66.0
operator String The operator applied to an associated decision table field to filter the data. Required 66.0