You need to sign in to do that
Don't have an account?

Generating visualforce page based on Edit Page Layout of an Object
Hi,
I need to create a visual force which is reflected by the Edit Page Layout of an Object.
I am trying to find a solution.Help me to find a solution
Thanks in advance
Can you be more specific about your req? Do you want a VF Page that would reflect the Edit page layout for an object?
yes, you are correct.VF page need to be generated that would be similar to the edit page layout of an object
You can use something like this:
You can use tags like dataTable or PageBlockTable that would give you a nice look and feel.
Thanks for responding, I will try it
Using field sets you can make the field as per the edit page to be reflected in VF pages.
Only the controller used to synchronise the sets field to get reflected there in VF page
Try it out...!