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
alockremalockrem 

How can I default a Visual Force page to be in edit mode?

How do I set the following page to be in edit mode?

 

<apex:page standardController="Site__c">
    <apex:detail subject="{!Site__c.id}" />
</apex:page>

 

The following URL asked for this functionality a long time ago.  Is it available yet?

 https://sites.secure.force.com/features/ideaView?c=09a30000000D9xtAAC&id=08730000000BrQt&returnUrl=%2Fapex%2FideaList%3Fc%3D09a30000000D9xtAAC%26category%3DApex%2B%2526%2BVisualforce%26sort%3Dtop

 

Thank you for any help.

Best Answer chosen by Admin (Salesforce Developers) 
JimRaeJimRae

This functionality is still not available.  You would need to recreate an edit page on your own.

 

 

All Answers

JimRaeJimRae

This functionality is still not available.  You would need to recreate an edit page on your own.

 

 

This was selected as the best answer
alockremalockrem
Thank you for the quick response.