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
mlueckemluecke 

Override edit page in standard page layout

Hi there,

 

I have to override the save functionality of opportunities, but I want to use the standard page layout. Is this possible, like e.g. in <apex:detail>

 

Thanks in advance!

Edwin VijayEdwin Vijay

I guess you could try out this tool from Ankit, http://forceguru.blogspot.com/2011/06/visualforce-code-generator.html

 

It let's you clone your page layout into VF code i believe

Rahul SharmaRahul Sharma

You could use field sets for making the layout(fields) in custom page configurable.