Salesforce Certified Platform App Builder — Question 197
Which two behaviors may occur if workflow rules are reevaluated after a field change by a field update? (Choose two.)
Answer options
- A. Workflow rules trigger more workflow rules to be re-evaluated.
- B. A recursive loop potentially results in exceeding governor limits.
- C. Workflow rules trigger validation rules on field updates.
- D. Cross-object workflow rules result in re-evaluation after field change.
Correct answer: A, B
Explanation
The correct answers, A and B, highlight that reevaluating workflow rules can lead to the triggering of more workflow rules and the risk of a recursive loop, which could exceed governor limits. Options C and D are incorrect because validation rules are not triggered by workflow rules, and cross-object workflows do not automatically result in reevaluation after a field change.