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
harisripadmini vharisripadmini v 

Increasing limit of no.of records being fetched using queryMore()

How to increase the size limit for no.of records being fetched using queryMore() programatically. I want fetch 200 records first, then from 201 to 399 like this...until it reaches the end of records in database.

can anyone suggest me a way to do this.