Salesforce Certified Platform Developer II — Question 74
If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?
Answer options
- A. Workflow Rule
- B. Process Builder
- C. After update Trigger
- D. Flow
Correct answer: B
Explanation
Process Builder is the most customizable option as it allows for complex logic and multiple actions based on the criteria defined. Workflow Rules are limited in functionality, while After update Triggers require coding and are less user-friendly, and Flow is more complex than necessary for this specific task.