- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 11:33 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 11:38 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 11:38 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2019 12:05 AM
HI,
Yes we can use Before Query BR on that table to sort list.
THanks
Ashutosh
