How can I sort the order of records in list?

Kento Takahashi
Giga Contributor

Hi,

 

I would like to sort the order of records in list.

In ServiceNow product document, isOrder will work well.

However, I cannot find is Order in attribute.

Could you let me know the way of sorting?

I hope to choose one column and the sort the order of records by the column. 

 

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/list-administration/concept/c_ControlTheListSortSequence.html

 

Thanks,

Kent

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron

Hi,


Can you have this isOrder attribute on any of the field on that table.

Also we can sort this list as per requirement by using before query Business rule. And also user preference is important in sorting.

 

Thanks,
Ashutosh

View solution in original post

3 REPLIES 3

Ashutosh Munot1
Kilo Patron

Hi,


Can you have this isOrder attribute on any of the field on that table.

Also we can sort this list as per requirement by using before query Business rule. And also user preference is important in sorting.

 

Thanks,
Ashutosh

Hi Ashutosh,

 

Thank you for your reply.

Other column in same table also cannot choose isOrder.

As shown below, some attribute seems to be removed.

Do you think using Business rule (when to run:query) is the best way??

find_real_file.png

 

Thanks,

Kent

Ashutosh Munot1
Kilo Patron

HI,

Yes we can use Before Query BR on that table to sort list. 


THanks
Ashutosh