Exam PDII Topic 2 Question 109 Discussion
Actual exam question for Salesforce's PDII exam
Question #: 109
Topic #: 2
Question #: 109
Topic #: 2
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?
Which approach would be the most suitable for implementing this logic?
Suggested Answer: B Vote an answer
The most suitable approach for implementing this logic is to develop a custom Lightning component to handle the approval logic and integrate it into the expense reimbursement record page. A Lightning component is a reusable unit of an app that can include markup, JavaScript, CSS, and Apex. A Lightning component can use the Lightning Data Service or Apex to query data from Salesforce and display it on a Lightning page. A Lightning component can also use custom logic to determine the appropriate approver based on factors such as expense amount, employee role, and project type. By developing a custom Lightning component, the developer can create a custom UI element that can handle the approval logic and integrate it into the expense reimbursement record page. This way, the developer can leverage the Lightning framework and the Lightning Data Service or Apex to create a flexible and future-proof solution that meets the requirement. Reference: [Lightning Components Basics], [Lightning Data Service Basics], [Lightning Component Bundle]
by Delia at Sep 13, 2026, 03:07 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).