8,849
edits
Changes
→Rule #1: Collectively, the conditions on each task should accommodate every possible permutation.
==Rule #1: Collectively, the conditions on each task should accommodate every possible permutation.==
===Example of Incorrect Configuration===
Say for example that a given [[UTA]] contains seven different [[template]]s. One set of emails should be sent if a [[Level 1 Entity|Level 1]] record of one template is saved in a particular status, and another set of emails should be sent if a record is saved of a different template at the same status. If the record is of any of the other five templates, no email should be sent.
:* '''"@Selection@"!="Yes" and "@Selection@"!="No"'''
:::* The last statement could also be represented as '''"@Selection@" not in ("Yes","No")'''
==Sample Conditions==