How to limit "Show" options in list views?

Bill_Ymr_61
Mega Guru

We had some performance issues recently, and ServiceNow recommended that we have user lower their limits on list views.  Apparently, we have quite a few users that have it set to 100 rows.  We are looking for a way to remove the 100 row option.  We assumed that there is a system property, but so far have not been able to find it.

1 ACCEPTED SOLUTION

Elijah Aromola
Mega Sage

There is a system property called "glide.ui.per_page" that contains a list of values you can edit. Just remove 100 from the list.

find_real_file.png

View solution in original post

5 REPLIES 5

Elijah Aromola
Mega Sage

There is a system property called "glide.ui.per_page" that contains a list of values you can edit. Just remove 100 from the list.

find_real_file.png

didn't know about this sys properties.  this is useful thanks. 

Exactly what I was looking for.  Thank you, Elijah!!