Apex 5.0
Databse 12c
I have created a user access form in Apex and I want to create an approval process on submit. Currently when the user clicks on submit it sends an email to helpdesk and requester with the request summary.
What I want is on submit it sends an email to supervisor to for approval and then on approval or rejection the data will be captured in the database. Also if it is approve then send an email to helpdesk. and if its rejected then send an email to requestor. Please guide on how do I proceed with the approval process.
Thank you!