Multiple triggers per object

Detect multiple triggers on the same object, and prevent non-deterministic behaviours.

Lorenzo Frattini avatar
Written by Lorenzo Frattini
Updated over a week ago

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

Did this answer your question?