Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Value of field "approval_status" is "Approved" OR
  2. Value of the field "approval_status" is "KIV".

Image Added

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
langsql
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.