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

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.