Salesforce Certified Platform App Builder — Question 246
An app builder needs to create new automation on an object.
What best practice should the app builder follow when building out automation?
Answer options
- A. One Workflow rule per object.
- B. One invocable process per object.
- C. One record change process per object.
- D. One Flow per object.
Correct answer: C
Explanation
The best practice is to use one record change process per object to ensure that automation is streamlined and manageable. While having multiple workflow rules, invocable processes, or flows can lead to complexity and potential conflicts, a single record change process allows for clear and efficient automation tailored to object changes.