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

Visualforce Tabs display page layout sections
I have a custom object that has over 200 fields and a few related lists. I created a Visual force page where the details are under one tab and the related lists each have their own tabbs. I would like to break down the fields on the details page and have it displayed under multiple tabs. For example all fields in the Onboarding section under an Onboarding Tab. As a newbie to Visualforce, I am struggling to find the proper way to do this. Can someone advise?
One way you could do this is by grouping your 200 some fields into field sets, then you can iterate over each field set and display them in sections on your Visualforce page. See Keir's blog for further details: http://bobbuzzard.blogspot.com/2011/02/visualforce-field-sets.html