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
Keith Weaver 8Keith Weaver 8 

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?
 

James LoghryJames Loghry
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