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
kandikonda_satkandikonda_sat 

Convert SFDC to Visualforce

How can I quickly convert standard SFDC page to Visualforce page?
BeeddiskShahBeeddiskShah

Well, for starters u cannot quickly create standard page to VF.

 

Build a VF page suiting your requirements and then overridre the respective action from the customize object menu.

ApexGuyApexGuy

For the detail page:

 

<apex:page>

 <apex:detail />

</apex:page>