Rationale
Multiple triggers on the same object often lead to redundant queries being executed, non-deterministic behaviour and significantly lower maintainability.
Scope
Apex triggers
SObjects definitions
Detect multiple triggers on the same object, and prevent non-deterministic behaviours.
Multiple triggers on the same object often lead to redundant queries being executed, non-deterministic behaviour and significantly lower maintainability.
Apex triggers
SObjects definitions