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
JTecJTec 

Paging in sfdc

       Hi for all,

We are develing a sControl and it have to show many records of a query. We must paging this result to show the records correctly.

What is the best way to this?

Is correct use pagin in client side,  or in "server side"?


Thanks
werewolfwerewolf
Look up the query and queryMore functions in the API docs.  Those can help you page while ensuring that your initial batch of query results doesn't take forever to load.
JTecJTec
Thanks for reply so fast.

It will be very usefuly for us.

Thank you