Increase list row count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2015 02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2015 03:09 AM
AFAIK, this depends on which version you are in.
Please note, loading more records on a list is not a good idea as it puts pressure on the system's performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2015 05:07 AM
Hi Ravikumar,
The system property 'glide.ui.per_page' controls the list of options that your are seeing for 'Show' menu option.
The global setting in the 'User preferences' table for the record 'rowcount' determines the default setting of your systems list views.
As Subhajit mentioned returning and displaying more number of records will have an effect on the performance.
If your are a System Admin and doing some testing then you don't have to change any settings. Instead you can use a system parameter 'sysparm_force_row_count=<number of recoreds>'.
Example url:
https://demo010.service-now.com/incident_list.do?sysparm_force_row_count=9999999
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2021 04:45 AM
Man, you saved my life!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2015 02:13 AM
Hi Ravi,
This can be controlled n the context menu also like this
g_contextMenu.addAction('50', g_itemName, 'showRowsPerPage("50");', g_itemOrder);
for more information as to how to implement this, check out this wiki doc
Context Menus - ServiceNow Wiki