
1 respuesta
Hi Veera,If you want to see any VF pages when you select the override with visualforce page it will display only pages which are using the StandardController of that object. Example:
Account object to override any buttons.
The page should be something like below:
Also go through the below links for more information:<apex:page standardController="Account">
... page content here ...
</apex:page>
https://help.salesforce.com/HTViewHelpDoc?id=links_customize_override.htm
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_customize_override.htm
http://www.salesforcetutorial.com/overriding-standard-new-button-vf-page/Please do let me know if it helps you.
Regards,
Mahesh