Salesforce Certified Platform App Builder — Question 135
If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1 ___________.
Answer options
- A. Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by R&D.
- B. The updates create a loop and the org limits for workflow time triggers per hour will likely be violated.
- C. When the second trigger is saved an Imminent Loop Error message will be displayed and the workflow rule update will not save.
- D. The updates create a loop and the org be blocked until the admin resolves the issue.
Correct answer: B
Explanation
The correct answer is B because the loop created by the field updates would likely exceed the organization's hourly limits for workflow time triggers. Option A is incorrect as the limit is not a safe threshold; C is wrong because the error message does not prevent saving unless explicitly configured; D is misleading as it suggests a complete block which is not the immediate consequence of a loop.