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
ferry.lukitoferry.lukito 

Include standard buttons on VF page

Hi,

 

I am creating a VF page to overwrite the pagelayout for my app tab. However, I still would like to include the standard buttons and layout such as New button, Recent Item etc. Is there a way to do this? Thanks.

Alok_NagarroAlok_Nagarro

Hi,

 

There is no any standard way to do this. You have to create VF page as well as have to implement all logic in custom controller.

 

Thanks,

Pradeep_NavatarPradeep_Navatar

Override the standard button by your Visualforce Page. To override the standard button follow the steps given below :

 

Setup -> customize -> Account -> Standard button and links  - > new -> Edit -> override with your VF page

 

Hope this helps.