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
Daniel MuirDaniel Muir 

Code template for Items to Approve page

Is it possible to re-create the "Items to approve" page in visualforce then add custom fields to this, and is there a need to create an Apex class? I am not able to procure the base code for this, which is proving a hurdle.  
Raj VakatiRaj Vakati
Hi Daniel, 
You can create Homepage Custom Components with Visyafroce to do this. You need to use Process Instance object to get the approval details. 

Thanks ,
Raj 
 
Daniel MuirDaniel Muir
So is there a need for Apex controllers if we want to be able to approve multiple requests at once? We plan on including 2 or 3 custom buttons also (same ones on the native itmes to approve page).