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
fsiddiq3fsiddiq3 

Displaying more than 15 fields in a custom view

Hello,
 
   I want to display more than 15 fields in a custom view I am creating. Is there anyway to do this? Why is there a limit of only 15 fields that can be displayed? Any help would be greatly appreciated, thanks!
 
Fahad
RickyGRickyG
Fahad -

More than 15 fields seems like a lot in a view - you might run out of real estate.  However, you might be able to get to the same end with a standard set controller and a Visualforce page, which you can learn about in Chapter 9 of the Developer Guide.

Hope this helps.