A. Unify the before insert and before update triggers and use Process Builder for the delete action.
B. Create helper classes to execute the appropriate logic when a record is saved.
C. Maintain all three triggers on the Expense__c object, but move the Apex logic out of the trigger definition.
D. Unify all three triggers in a single trigger on the Expense__c object that includes all events.

Suggest answer: BD

Reference:

No comments:

Please share to make the community better.