Validators

<< Click to Display Table of Contents >>

Navigation:  Actions >

Validators

Validators defines set of validation rules for action form fields. To manage validators go to UI - Validators tab.

 

 

Validator have the following properties

Name - name displayed when selecting field validators

Message - error message displayed in form when validation fails

Condition - javascript expression returning validation result. Following variables can be used:
       value - field value
       form - form element
       form.<field> - another field of the form