Posts

Showing posts from June, 2020

Salesforce LWC - Mass Approval Component

Image
Hi, Salesforce in default doesn't have a screen to approve or reject the pending approval items in one go. Users need to click/ open each item and do the approvals. This component enables users to select the records and do the approvals by clicking Approve or Reject button.  This is built on the LWC framework which is faster and lightweight in the salesforce platform. Since this is generic, we can place anywhere on the Home page, App page, and Utility bar and I have uploaded it in Github. If you face any bugs or issues, you can comment on this post.  View on GitHub:  https://github.com/vignesh15081992/Approval-component