Increase number of rows on a List Search

VL10
Tera Expert

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?

 

1 ACCEPTED SOLUTION

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.

View solution in original post

3 REPLIES 3

VL10
Tera Expert

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.