Condition field types
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Platform Field Administration
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
A condition field specifies when to run business logic such as a business rule or workflow.
There are two types of condition field.
Condition field type | Description |
---|---|
Condition string | A text field that accepts a plain JavaScript condition statement. The system validates the condition syntax for correctness before an update. |
Conditions | A field that adds a condition builder to a form. Condition builders require specifying a dependent field whose values the system uses to display choice list options. Typically, the dependent field is the Table field. |
The system evaluates both types of condition field to determine if the conditions are true or false. When true, the system runs the business logic. When false, the system ignores the business logic.
To find dictionary attributes that affect condition fields, see Dictionary attributes.