Validation sequence

The following figure shows the validation process sequence in Transformation Server. This is the order in which the validation checks occur. After extraction, the field formatter and then the validation rules are processed for each field.

  1. The first step is to execute any field formatters. If any of these are not successful, the field is marked as invalid and an error message is displayed beside the field.

    The formatters ensure that the extracted text in a field is in the correct format before it is validated.

  2. If formatting is successful, all single field validation rules on the fields are executed, one at a time, until one fails.

  3. If single field validation is successful, all multi-field rules are retrieved for the document or folder and then each rule is executed, but only if any of its associated fields have changed or require validation. In this case, formatters are also run on any associated fields, if needed.

    If a multi-field validation rule fails then every field associated with the rule is marked as invalid.