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
como_estascomo_estas 

Custom Edit Using Layout - Not Inline

I am wondering if there is a way that I can use visualforce to create an edit page that uses the same layout from the detail page.  Inline editing is not an option for me.

 

My issue is that I have a custom edit page but when people add fields to the detail layout, I want those fields on the edit page too.

 

Something like <apex:detail mode="edit"> is sorta what I'm looking for.

 

Does anyone have any clues?

Best Answer chosen by Admin (Salesforce Developers) 
como_estascomo_estas

I was able to figure out the solution I needed using Field Sets.  I basically used the tutorial I found here:

 

http://bobbuzzard.blogspot.com/2011/02/visualforce-field-sets.html

 

I know this is going to help somebody.