QuestionQ18

Implementation Strategies

A consultant is developing an Apex class that runs when a new Contact is created in a Salesforce environment that uses Education Data Architecture (EDA).

What should the consultant do to ensure that the code runs in the intended order?

  • A Go to EDA Settings to set the order of execution.
  • B Edit the TDTM Trigger Handler Load Order Field.
  • C Write an Apex trigger to set the order of execution.
Explanation

Education Data Architecture uses Table-Driven Trigger Management (TDTM) to manage trigger-handler Apex classes. The Load Order on a Trigger Handler record controls the sequence in which Apex classes for the same object execute.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!