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

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.