Salesforce Certified Platform App Builder — Question 154
Identify the field update limitations. (Choose three.)
Answer options
- A. The results of a field update can't trigger additional rules such as validation, assignment, auto-response, or escalation rules.
- B. Read-only fields like formula or auto-number fields aren't available for field updates.
- C. Field updates that are executed as approval actions don't trigger workflow rules.
- D. In a batch update, workflow is re-triggered on all entities where there is a change.
Correct answer: A, B, C
Explanation
The correct answers A, B, and C outline specific limitations of field updates in a system. Option A correctly states that field updates do not trigger further rules, which is essential for understanding the cascading effects of updates. Option B is accurate as read-only fields cannot be updated, and option C highlights that approval action field updates bypass workflow rules, while option D is incorrect because batch updates can re-trigger workflows based on changes.