Salesforce Certified Platform App Builder — Question 415
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 Validation rule per object.
- B. One record change process per object.
- C. One invocable process per object.
- D. One Flow per object.
Correct answer: B
Explanation
The best practice is to have one record change process per object to ensure clarity and manageability of the automation. Other options like having multiple validation rules or flows can complicate the automation process and lead to maintenance challenges.