...
- Value of field "approval_status" is "Approved" OR
- Value of the field "approval_status" is "KIV".
Figure 2: Advanced properties in Advanced Form Row Data Binder
One may also specify filter conditions that are not available in the Filter Conditions on the previous tab. For example,
Code Block | ||
---|---|---|
| ||
e.customProperties.amount BETWEEN 1000 AND 5000 |
Note that the keyword "e.customProperties." must be used as the prefix before specifying the usual Form Field ID.