Salesforce
PDII · Question #44
A developer gets an error saying 'Maximum Trigger Depth Exceeded'. What is a possible reason to get this error message?
The correct answer is D. A trigger is recursively invoked more than 16 times. See the full explanation below for the reasoning.
Question
A developer gets an error saying 'Maximum Trigger Depth Exceeded'. What is a possible reason to get this error message?
Options
- AThe SOQL governor limits are being hit.
- BA process Builder is running that sends mass emails.
- CThere are numerous DML operations in the trigger logic.
- DA trigger is recursively invoked more than 16 times.
How the community answered
(48 responses)- A4% (2)
- B10% (5)
- C2% (1)
- D83% (40)
Community Discussion
No community discussion yet for this question.