You need to sign in to do that
Don't have an account?

Visualforce Custom Approval Page
- Custom Approval Page:
- Create Visualforce page that will show current login users’ Approval request
- He should able to accept and reject those from same page with description.
- There should be provision to multi-accept or mulit-reject.
- List view should be there to show update coming and past requests. Any Solution for this. Thanks in advance
Check below example that matches your requirement :-
https://developer.salesforce.com/forums/?id=9060G000000UVqOQAW
https://salesforce.stackexchange.com/questions/174720/preview-approval-steps-in-visualforce
https://developer.salesforce.com/forums/?id=906F0000000AbeXIAS
Please mark it as the Best Answer so that it can help others in the future.
Regards,
Priya Ranjan
- Create Visualforce page that will show current login users' Approval request.
- He should able to accept and reject those from same page with description.
- There should be provision to multi-accept or mulit-reject.
- List view should be there to show update coming and past requests.
- please follow this link
- https://blog.insycle.com/how-to-create-a-custom-approval-process-in-salesforce
Thanks!!