function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prachi PotdarPrachi Potdar 

Visualforce Custom Approval Page

  1. 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
PriyaPriya (Salesforce Developers) 
Hi Prachi,
 

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


 
Anand kurubaAnand kuruba
Hi,
  • 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!!