Triggers List

coop2

Member
If I list Trigger 1 and 2 within the same Trigger Check is this an AND or OR application? I think it's and AND. If I list Trigger 1 in a single Trigger Check and indent another Trigger Check with Trigger 2 is this and AND or OR application? I think this would be an OR. Can anyone confirm? Thanks
 
Case 1 is OR. Puting them both under the same Trigger check rule makes it so that Trigger 1 OR Trigger 2 activates the child rules of the trigger check rule. No need to use both in sequence. That's why you use...

Case 2 is a THEN situation. It hits trigger 1 (parent)THEN waits for trigger 2(child/indent) to be hit. The "parent rule" gets activated, THEN the "child rule" becomes usable. All child rules are withheld until the parent rule is activated.
 
Back
Top