A developer needs to prevent a Trigger from recursively firing. What is the recommended approach?
-
A
Use a static Boolean variable in a handler class to track if the trigger has already run
-
B
Add a recursive flag field to the sObject record
-
C
Use a platform event to defer processing
-
D
Set the trigger context variable isBefore to false