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
SAHG-SFDCSAHG-SFDC 

Show N>>more in VF page

Hi,

I have a VF page that I am using on the standard detail page , I am working on a req When there are a lot of Opportunity products it's not very user friendly to scroll.   Is it possible to mimic the same functionality that's on the standard related list?  Have the "Show N More>>" link that shows additional records right on the same page like the related list does and a "Go to list (N)>>" link that sends them to a new page?   
bk sbk s
Hi SAHG,
 Yes you can do that using standardSetControllers (or) Storing it in maps . This is the normal method that is used across implementations.

Thanks
Bala
SAHG-SFDCSAHG-SFDC
Hi, Thanks a lot for resonding, for using it in maps do we still need a  controller?