Salesforce Certified Platform App Builder — Question 320
Universal Containers (UC) has 20 different workflows on the Opportunity object. To ensure that updates are processing properly for all field updates; UC has the "Re-evaluate Workflow Rules After Field Change" checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits.
What should an app builder review to address this issue?
Answer options
- A. Number of workflows per object limit
- B. Workflows that cause each other to fire recursively
- C. Time-dependent actions that are reevaluated after save
- D. Cross-object workflows that are being re-triggered
Correct answer: B
Explanation
The correct answer is B because workflows can trigger each other in a loop, leading to exceeding limits. Option A is incorrect as the number of workflows is not the issue here. Option C is not relevant since time-dependent actions do not contribute to immediate workflow errors. Option D is also not the cause since re-triggering cross-object workflows is less likely to result in the same errors.