Previous Topic: Validation Rule SetsNext Topic: Using Default Validation Rules


Order of Execution

Rules are executed in the order in which they are listed in the rule set. Identity Management executes each rule in a rule set separately, and transparently continues to each subsequent rule in the rule set unless a rule fails.

Because validation rules are executed in a predictable order, you can implement rules whose actions are dependent upon the outcome of previous rules, as in the following examples:

Basics of Validation Rule Definition

Perform the following basic operations when defining custom validation rules:

 

Inline

By Reference

Regular Expression

directory.xml or task screen

JavaScript

directory.xml or task screen

Source file referenced in directory.xml

Java

Class file referenced in directory.xml or task screen

More information:

How to Implement Custom Validation Rules

How to Configure Validation Rules