Working with Conditions

Conditions allow to apply Styles, Actions, Event and etc. conditionally. They are used in a various places on Forms.

To add a new Condition click "Add" button and fill in conditions.

Select Object

Conditions work with different type of Context objects:

  • Parameters - context parameters passed to the action/event/etc.

  • Form - form components

  • Variables - form variables

  • Form Object - source object field values (Note! changes done on form not reflected here)

  • FormParameters - parameters, passed to the form

  • User - current User info

  • System - the system global information like current date/time, organization name, etc.

Types can differ depending on Context where Conditions are used.

See more details on each Context Object type at Context Objects.

Select Field Parameter

Field/Parameter values will differ depend on selected Object.

Select Operator

Can be different types depending on selected field type.

Select Value Type

  • Parameters - context parameters passed to the action/event/etc.

  • Form - form components

  • Variables - form variables

  • Static - allows to enter static value or merge field(s)

Select or Enter the Value

Value depends on selected Value Type.

You can enter as many conditions as required. By default all conditions will be joined with AND connector.

You can set custom join rules in such format:

Last updated