Exam PDII-JPN Topic 1 Question 54 Discussion
Actual exam question for Salesforce's PDII-JPN exam
Question #: 54
Topic #: 1
Question #: 54
Topic #: 1
Salesforce ユーザーは、アカウントを保存するときに常に「トリガーの深さが最大値を超えました」というエラーを受け取ります。開発者はこのエラーをどのように修正できるでしょうか?
Suggested Answer: D Vote an answer
A common solution to the "Maximum trigger depth exceeded" error is to use a static variable in a helper class.
The variable acts as a switch to ensure the trigger logic only executes once per transaction, preventing recursive trigger calls.References: Salesforce Developer Blog - Avoiding Recursive Trigger Calls
The variable acts as a switch to ensure the trigger logic only executes once per transaction, preventing recursive trigger calls.References: Salesforce Developer Blog - Avoiding Recursive Trigger Calls
by James at Jun 04, 2026, 07:39 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).