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
vikmacvikmac 

Not able to select the Page created, while overriding View button

Hello.

I have created a page called "tabbedAccount" with default code.

While over riding the View for Account, after selecting "Content Type" as 'Visualforce page', I am not able to see any pages in the "Content Name" dropdown.

 

Please help.

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
Edwin VijayEdwin Vijay

The object for which you are doing this should be given as the "standardcontroller" in the apex:page tag.

 

If you do not want to do this, you can still override in a different way..

 

Check it here-- http://salesforceexperts.blogspot.com/2009/06/passing-parameters-to-visualforce-page.html

 

Cheers!!