- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 10:13 AM
I know that the maximum limit of records that a Lookup Selectbox variable can show is 10000. I wanna to decrease this value to have a better performance on my catalog item.
Is this possible? If yes, how can I do that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 11:17 AM
Hi,
Yes, it is possible to decrease the maximum limit of records that a Lookup Selectbox variable can show in ServiceNow. You can achieve this by modifying the glide.ui.lookup.max_rows system property.
To modify this system property, follow these steps:
- Log in to ServiceNow as an admin user.
- In the navigation menu, go to System Properties > All.
- In the search bar, search for "glide.ui.lookup.max_rows".
- Click on the "glide.ui.lookup.max_rows" property to open it.
- Change the value of this property to the desired maximum number of rows that should be displayed in the Lookup Selectbox variable.
- Click the Save button.
By default, this system property is set to 10000. By decreasing this value, you can improve the performance of your catalog item by reducing the number of records that are loaded into the Lookup Selectbox variable. However, be aware that setting this value too low may limit the functionality of the Lookup Selectbox, as it may not show all the necessary records.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 11:17 AM
Hi,
Yes, it is possible to decrease the maximum limit of records that a Lookup Selectbox variable can show in ServiceNow. You can achieve this by modifying the glide.ui.lookup.max_rows system property.
To modify this system property, follow these steps:
- Log in to ServiceNow as an admin user.
- In the navigation menu, go to System Properties > All.
- In the search bar, search for "glide.ui.lookup.max_rows".
- Click on the "glide.ui.lookup.max_rows" property to open it.
- Change the value of this property to the desired maximum number of rows that should be displayed in the Lookup Selectbox variable.
- Click the Save button.
By default, this system property is set to 10000. By decreasing this value, you can improve the performance of your catalog item by reducing the number of records that are loaded into the Lookup Selectbox variable. However, be aware that setting this value too low may limit the functionality of the Lookup Selectbox, as it may not show all the necessary records.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 11:58 AM
This is probably our best shot to resolve our issue.
Thank you Rahul and Joe, for your considerations.