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
pcmca_2007@yahoo.co.inpcmca_2007@yahoo.co.in 

Overriding Standared SalesForce page

Hi All,

          I want to Override standared page(Account.Contact,Opportunity etc) with my VisualForce page with extension controller.Is it possible,if yes then please tell me how.

 

With Regards

Prabhash Mishra

srikeerthisrikeerthi

Hi

 

Yes it is Possible You need to keep StandardController="Account" and your extensions.Then go to the Customize->

Accounts->Buttons And Links-> Click on Edit for View and Override with your Page.

 

Follow the same procedure for Contacts,Opportunity as keeping StandardController="Contact" and then override

the View for those objects.

 

 

Thanks 

 

 

SteveBowerSteveBower

The VisualForce documentation is here:  http://www.salesforce.com/us/developer/docs/pages/index.htm

 

Best, Steve.

ANKITAANKITA

To override your Object Tab,

 

Add StandardController="ObjectName"

and goto object -> Buttons and Links -> Edit (@ your ObjectName) -> then select the VF page Radio button then Save.

Now just click on your object tab. You can find the overrided page once you click on your tab.

If this not solves your problem please tell me.

 

If this solves your problem, then Accept as a solution, It may be reference to other people.

 

Thanks,

Ankita