- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2018 02:50 AM
Is there any settings where I can restrict number of records displayed in a list view? I can restrict by adding a filter condition at a module but this is not what I am looking.
Some setting on sys properties which will limit the records to display on all tables?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2018 12:05 PM
Hi swathi,
Coming to exporting the records as excel, you do have a system property to set a limit on number of records you can export. System property is called as "glide.excel.export.limit"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2018 09:37 AM
Yes it is a user preference called "rowcount" and you can either display 20, 50, 100 record per page in the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 01:47 AM
That is per page record count but not actually restricting records.
For example; in GlideRecord we have setLimit function to limit the result to specific amount likewise can we have a global setting for all the forms which will restrict records to display to only 100000 or for reports to 10000 for improving the performance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2018 09:02 PM
Hii Abhinay,
The above solution does not work for me..tried for jakarta version..
can you help me here??
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2018 06:00 AM
are you talking about the export property?