Approve/Reject Status In Lightning Component -- w3web.net

Create a Custom Lightning Component for Show Approve/Reject Status of Selected Records through Modal Popup in Salesforce Lightning Component | custom approval process in salesforce lightning component

1,663 views

Hey guys, today in this post we are going to learn about how toCreate a Custom Lightning Component for Show Approve/Reject Status of Selected Records through Modal Popup in Salesforce Lightning Component.

Files we used in this post example

approveRejectApp.app Lightning Application It is used for call the component to preview on browser.
approveRejectCmp.cmp Lightning Component It is used for create a table for display the Buttons and Table Row Data
approveRejectCmpController.js JavaScript Controller File It is hold Javascript Click Function to display Approve/Reject Status
approveRejectCmpHelper.js JavaScript Controller Helper File It is hold for Javascript Click Function to display Approve/Reject Status
approveRejectCmp.css Component Style CSS It is used for Alignment of Table and Buttons

Live Demo

Approve/Reject Status In Lightning Component -- w3web.net

 

Other related post that would you like to learn in Salesforce

 

Create Lightning Application

Step 1:- Create Lightning Application : approveRejectApp.app

From Developer Console >> File >> New >> Lightning Application

approveRejectApp.app [Component Application File]

Create Lightning Component

Step 2:- Create Lightning Component : approveRejectCmp.cmp

From Developer Console >> File >> New >> Lightning Component

approveRejectCmp.cmp [Lightning Component File]

Create Component JavaScript Controller

Step 3:- Create Lightning Component : approveRejectCmpController.js

From Developer Console >> File >> New >> Lightning Component >> JavaScript Controller

approveRejectCmpController.js [JavaScript Controller]

Create Component JavaScript Helper

Step 4:- Create Lightning Component : approveRejectCmpHelper.js

From Developer Console >> File >> New >> Lightning Component >> JavaScript Helper

approveRejectCmpHelper.js [JavaScript Helper File]

Create Component Style CSS

Step 5:- Create Lightning Component Style: approveRejectCmp.css

From Developer Console >> File >> New >> Lightning Component >> Component Style CSS

approveRejectCmp.css [Style CSS]

Approve/Reject Status In Lightning Component -- w3web.net

Further post that would you like to learn in Salesforce

 

 

FAQ (Frequently Asked Questions)

What is a approval process in Salesforce?

An approval process is an automated process that approves records in Salesforce. When you build an approval process, you specify the steps necessary for approval. A given step can apply to all records or just records with certain attributes.

What are two final approval actions in an approval process Salesforce?

Final approval actions occur when all required approvals were obtained. A final rejection action occurs when an approver rejects the request and it moves to the final rejection state. An outbound message sends information to a designated endpoint, like an external service.

How many steps are in approval process?

The approval process ensures that all the necessary steps take place to complete any approval, while rules govern how the request is handled at various stages of the process. The following figure illustrates the five stages of any approval process.

Related Topics | You May Also Like

  • Your reaction of the article ▾
 

Hi, I am a senior software developer and working in MNC company from more than 8 years. I am great fan of technology, configuration, customization & development. Apart of this, I love to write about Blogging in spare time, Working on Mobile & Web application development, Salesforce lightning, Salesforce LWC and Salesforce Integration development in full time. [Read full bio] | | The Sitemap where you can find all published post on w3web.net

7 thoughts on “Create a Custom Lightning Component for Show Approve/Reject Status of Selected Records through Modal Popup in Salesforce Lightning Component | custom approval process in salesforce lightning component”

Leave a Comment