Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Advanced Form Row Data Binder is an extended version of the default Form Data Binder. It allows you to add in Filter Conditions in a guided and friendly manner.

...

  1. Value of field "approval_status" is either "Approved" or "KIV" 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 Extra Conditions for filters 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.