
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 10:36 AM
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.
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 10:40 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 10:38 AM
check below
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 11:06 AM
didn't know about this sys properties. this is useful thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 11:16 AM
Exactly what I was looking for. Thank you, Elijah!!