List of questions
Related questions
Question 303 - Certified Platform Developer II discussion
Salesforce users consistently receive a "Maximum trigger depth exceeded" error when saving m Account.
How can a developer fix this error?
A.
Split the trigger logic into two separate triggers.
B.
Modify the trigger to use the isMultiThread=true annotation.
C.
Convert trigger to use the ©future annotation, and chain any subsequent trigger invocations to the Account object.
D.
Use a helper class to set a Boolean to TRUE the first time a trigger is fired, and then; modify the trigger to only fire when modify the trigger to only fire when the Boolean is FALSE.
Your answer:
0 comments
Sorted by
Leave a comment first