Is it possible to show more than 100 records on a list view(list layout) for a particular table ?

SHIVANI KHEDEK3
Tera Contributor

Hi, 

I want to show maximum number of records for a particular table in list view so that user can 'select all records' at a time and perform operation. I tried with 'number of records per page', but it is allowing me to display maximum 100 records only. Is there any way to show/allow user to show or select all records in a table on list view ?

 

TIA,

Shivani.

9 REPLIES 9

Omkar Mone
Mega Sage

Hi 

There is a system property named "glide.ui.per_page", just add your number there, something like this - 

 

find_real_file.png

 

Result -

 

find_real_file.png

 

Hope this helps.

 

Regards

Omkar Mone

Hi, thanks for the update but the above implementation allows me to see all records for all lists.Is there any way to show all records from a particular table in List view?

Hi Shivani,

 

Setting the property globally will be applied to the List View globally. We cannot control to which list preferably we want to add more rows.

 

Regards

Omkar Mone

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

change this system property value to what you want like 150,200

glide.ui.per_page controls

Note: I won't recommend to increase that since it will have performance impact as more number of records are shown; it will slow down the list viewing. Try to keep it under 100 if possible.

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader