Limit number of records to display

Khanna Ji
Tera Guru

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?

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

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"

View solution in original post

8 REPLIES 8

Abhinay Erra
Giga Sage

Yes it is a user preference  called "rowcount" and you can either display 20, 50, 100 record per page in the list view

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?

Hii Abhinay,

The above solution does not work for me..tried for jakarta version..

can you help me here??

Thank you.

are you talking about the export property?