Salesforce Certified Platform App Builder — Question 472
What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)
Answer options
- A. In a batch update, workflow is only re-triggered on the entities where there is a change E.
- B. Any workflow rules whose criteria are met as a result of the field update will be ignored.
- C. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.
- D. Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.
- E. Only workflow rules that didn't fire before will be re-triggered.
Correct answer: A, C, E
Explanation
The correct statements are A, C, and E. A is correct because re-triggering occurs only for entities with changes in a batch update. C is true since only workflow rules on the same object are re-evaluated, and E is valid as it specifies that only previously inactive workflow rules will be re-triggered. B is incorrect because any workflow rules that meet the criteria will be processed, not ignored, and D is not valid as the re-evaluation cascade can happen more than ten times, contradicting the statement.