NEXT / PREVIOUS arrows buttons navigating to random records

Nic Omaha
Tera Guru

Does anyone know how the Next / Previous record buttons work? I have users reporting when they use them they are jumping or skipping over records and not going in the correct order from their list view. Cant seem to find good documentation on this to see why it might be happening.

find_real_file.png

2 REPLIES 2

VigneshMC
Mega Sage

Whenever you open a record through an list view, below gets appended to the url , which i think most probably does the next and previous work .Here sysparm_record_list , has the filter 

 

&sysparm_record_list=active%3Dtrue%5Eassigned_to%3Djavascript%3AgetMyAssignments%28%29%5EORDERBYDESCnumber%5EORDERBYsys_id&sysparm_record_row=2&sysparm_record_rows=3 

Anurag Tripathi
Mega Patron
Mega Patron

Hi Nicholas,

This comes up from your sorting order in the list view.

For this table, open the list of all the records and sort them by any order, the up/down arrow will open the records in that order.

Please mark my answer correct/helpful if it helps you solve your issue.

-Anurag

-Anurag