About the display order of Reference column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 04:38 PM
Hello, It's Kentaro.
I have a question about the display order of Reference column.
1. How to customize display choices
Currently, all records are displayed in cmn_location, and options that are not used are included.
Therefore, I would like to customize the records displayed.
2. How to customize the display order of choices
There is "Other" among the options, and I would like to display it at the bottom of the options.
Thanks,
Kentaro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 04:52 PM
Following KB may help. You may need an additional field such as order in the cmn_location to defined the order.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0725720
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 04:55 PM
Hi, you should be able to filter the records using a reference qualifier to exclude records that you do not want to see.
and from memory the sort order can be managed by global user preference, this KB has details
How to sort reference variable on specific columns - Support and Troubleshooting (servicenow.com)
But I do not think you can order individual records within the returned dataset.