- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 04:50 PM
How do I add a value to the URL being used on a list search to increase the number of rows returned so I can bulk action something on them?
By Default I see "1 to 100 of 20000" but want to change this to "1 to 1000 of 20000".
Is there something like sysparm_force_row_count that can be added, if so do you have a syntax I can try?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 08:23 PM
Hello @VL10
Greetings!.
add this parameter to the url and check
&sysparm_force_row_count=1000 or
?sysparm_force_row_count=1000
This parameter only works for admins. do remember it will impact system performance when the row count per page is increased.
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 05:23 PM
I think adding this to a URL will work: %26sysparm_force_row_count%3D5000
But I am not sure how the syntax works and would appreciate a guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 08:23 PM
Hello @VL10
Greetings!.
add this parameter to the url and check
&sysparm_force_row_count=1000 or
?sysparm_force_row_count=1000
This parameter only works for admins. do remember it will impact system performance when the row count per page is increased.
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 09:18 AM
Hello @VL10
Greetings!
Any feedback on my reply? were you able to do this?
Help others to find a correct solution by marking the appropriate response as correct answer and helpful!!
Kind Regards,
Ravi Chandra.