Increase Row Count

Dan Tolgyesi1
Tera Expert

Hi,

A while ago the row counts (where the user can select to show 10 / 20 / 50 / 100 rows etc) on each table was locked down to 20 rows.

I am unable to find out where I can increase this back to 100 (ideally only for myself). I have tried the rowcount under user preferences and increased this to 100 for myself but there has been no change after clearing my cache.

Can anyone help me or point me in the right direction as to where I can find it.

Thank you very much
Regards,
Dan

6 REPLIES 6

https://<instance>/incident_list.do?sysparm_query=&rowcount=50



Above is an example of a URL with a query string (which did not work).   The query string is comprised of components to the right of the "?".   Operator "=" separates keys on the left with their values on the right. Key value pairs are terminated with the "&" symbol.    



Query string - Wikipedia, the free encyclopedia


I guess I was going down a different path with my thinking when I read your question. Sorry about that.



Try using this instead:


https://instance/incident_list.do?sysparm_force_row_count=10



Reference and more details: http://wiki.servicenow.com/?title=Navigating_by_URL#gsc.tab=0