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 domainEntityId 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