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
Ronak PatelRonak Patel 

override standard button of every object with same Visualforce page

Can Anybody tell me how i can override standard button of every object with same Visualforce page?

i want same vf page for every object edit layout..

 

help..

Best Answer chosen by Admin (Salesforce Developers) 
BussBuss

Hi Ronak,

 

No choice you have to create number of VF pages equals to how many Objects edit buttons Override.

Beacuase in order to override button, the VF page should have StandardController equal to specific Object then only it displays in the list of Availabe VF pages of this Particular Object VF Pages.

 

 

Rgds,

Buss

All Answers

BussBuss

Hi Ronak,

 

No choice you have to create number of VF pages equals to how many Objects edit buttons Override.

Beacuase in order to override button, the VF page should have StandardController equal to specific Object then only it displays in the list of Availabe VF pages of this Particular Object VF Pages.

 

 

Rgds,

Buss

This was selected as the best answer
Ronak PatelRonak Patel

Thanks for Your Suggestion.

I knew it.

But is there no way for making this type of Functionality in Salesforce ?