Universal Containers is implementing a new approval process for expense reimbursements. The process requires complex logic to determine the appropriate approver based on factors such as expense amount, employee role, and project type. The solution should allow for flexibility and future changes in the approval rules. Which approach would be the most suitable for implementing this logic?
A. Use the Salesforce Approval Process feature and define multiple approval steps with entry criteria and approval assignments.
B. Create a custom Apex class with a method to determine the appropriate approver based on the given criteria.
C. Develop a custom Lightning component to handle the approval logic and integrate it into the expense reimbursement record page.
D. Implement a custom formula field to calculate and determine the appropriate approver based on the given criteria.
Suggest answer: A
Reference:
No comments:
Please share to make the community better.