how to use setLimit I have total record as 30 and i want the records to be stored in batches
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 06:17 PM
hello everyone ,I have requirement that..
how to use setLimit I have total record as 30 and i want the records to be stored in batches like if Batch =10 , then first 10 records are stored in my final array then , next 10 then, next 10 like that .
I am writing this script but only first 10 records are stored , i want in batches
thanks everyone
.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2023 07:28 PM
@Chaitanya Redd1 gr.setOffset() is not working