what is the signance of set limit function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2017 09:49 PM
what is the signance of set limit function
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2017 11:50 PM
Hi Kishore,
setLimit() function lets you to limit the number of gliderecord that returns after satisfying the gliderecord condition.
Let say, after querying a table, you are getting 100 records and you want to limit for ten records then use setLimit(10); to your glide record condition.