Basing Rules Off Associate Custom Fields in Compensation Plans
Using the XML Editor, you can base Rules off of the CRM_CustomFields table.
For example:
<CustomFieldCondition CustomField="1" ExpectedValue="Blue" />
CustomField
- Select the from Field1-Field10 from the CRM_CustomFields table.ExpectedValue
- Enter the value from the selected Field1-Field10.
Updated over 3 years ago
Related Docs