- All rules that attempt to read data from a field are executed after the rules that write a value to that field.
- When a rule checks one field and writes data to a second field, and another rule checks the second field and writes data to a third field, the rules are executed one after another.
- When multiple rules attempt to write data to a field simultaneously, these rules are executed in the order of their creation.
- When a rule reads one field and writes data to a second field, while another rule reads the second field and writes data to the first field, an error will be returned.
Creating a rule
To create a field verification rule, click the New rule button in the field properties. In the dialog box that will open, a list of all existing Vantage rules will be displayed. To add a new rule, specify a name for it as well as the fields that should be checked. Do this by selecting the names of the appropriate fields from the drop-down list. You can also create a custom rule using a script. For more information, see the Business Rules Automation section.Built-in rules
- Check Sum. Adds together the values of several fields and compares the result to the value of another field. This rule can only process Number and Money fields.
- Check Product. Multiplies together the values of several fields and compares the result to the value of another field. This rule can only process Number and Money fields.
- Compare. Compares the values of several fields.
- Merge. Merges the values of several fields. The merged value will be recorded in the specified field (should be created in advance). When merging fields, you can add separators from the provided list.
- Data Catalog Lookup. Checks the values of document fields against the corresponding records from a data catalog. For more information, see Setting up data catalog lookup rules.
