QuestionQ18
Implementation StrategiesA 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.
Community Discussion