What is the optimal method for a developer to troubleshoot this?
An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders.
What is the optimal method for a developer to troubleshoot this?
A . Run the Apex Test Classes for the Apex trigger to ensure the code still has sufficient code coverage.
B . Turn off all Workflow Rules, then turn them on one at time to see which one causes the error.
C . add system.debug() statements to the code and use the Developer Console logs to trace the code.
D . Set up debug logging for every Sales Rep, then monitor the logs for errors and exceptions.
Answer: D
Latest PDII Practice Questions with 280 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments