Salesforce Certified Advanced Administrator — Question 110
Cloud Kicks needs to automate several updates to lead records and update unrelated records. Select changes should happen every time a record is created or updated, but other changes should only happen when the record is updated.
Which two options should the administrator use to automate these updates? (Choose two.)
Answer options
- A. Create a flow that runs when a record is created or updated.
- B. Use a Decision element with the "Only if the record that triggered the flow to run is updated to meet the condition requirements” option.
- C. Create a Process Builder that runs when a record is changed.
- D. Use "formula evaluates to true” workflow rule with the ISCHANGED function to make changes when the record is updated.
Correct answer: A, D
Explanation
Option A is correct because it allows for actions to be triggered on both creation and update events. Option D is also correct as it uses the ISCHANGED function to specifically target updates. Options B and C are not suitable as they do not meet the requirement for triggering on both creation and modification simultaneously.