In the job editor you can create a collection of validation rules. The name and description are used to identify the jobs. The stop on errors check will control of a job will stop validating when any of the linked rules throws an error. Note that this will not stop on a failed result. Examples or errors are query errors, database connection issues or other non specified/expected errors.
In the grid below you can add and remove rules to this job. Two additional columns are available. The sort order is used to change the order in which the rules are validated. This order is ascending. The stop on failed check indicated if the validation will stop running if this rule fails. This can be used to stop all validation after this from running if the current rule fails. Note that this does mean all states that are not validated, so it will stop on both errors and failed validation.
Add Comment