You need to sign in to do that
Don't have an account?
How to recreate a standard New/Edit page in Visualforce
I see there is a <apex:detail> tag to use the detail page layout of an object. But is there a way to access the New/Edit page as well???
I want to use the existing page layout and not manually define each field in the visualforce page.
Any help is highly appreciated.
I want to use the existing page layout and not manually define each field in the visualforce page.
Any help is highly appreciated.
You can Edit by Inline option by using inlineEdit="true" OR put all your required fields to fieldset for mass edit.