Show TOC

Procedure documentationOverrides Locate this document in the navigation structure

 

A ruleset may contain two if-then rules with the same priority. In this case both rules are satisfied. In case you want only one rule to be executed and the other rule has to be ignored, you can override one rule over the other. A rule can override more than one rule.

Note Note

A rule cannot override other rules with higher priority. However a rule can override any number of rules with equal or lower priority.

If Rule A overrides Rule B, then Rule B cannot override Rule A. Similarly, if Rule A overrides Rule B and Rule B overrides Rule C, then Rule C can neither override Rule B nor Rule A.

End of the note.