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
Mitesh SuraMitesh Sura 

Override standard edit page with VF page?

what is most easiest way to override standard edit page with VF page in edit mode? I know there is old school way where you need to define all the fields and markup. Is there anything new in newer versions which makes it little simpler? 

regards
Mitesh
Ramu_SFDCRamu_SFDC
The below post has an example and complete code of how to achieve this

http://rjpalombo.com/2012/04/override-a-standard-salesforce-page-with-visualforce/
Mitesh SuraMitesh Sura
Thanks Ramu. I came accross that link as well. Looks like that is best option available to override edit page. Thanks.