- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 03:04 AM
I have a choice (drop down) field that is a reference to another table.
I get the value via script.
How do I order the way the values display in the drop down?
it is defaulting to alphabetical.
I know on a choice field you can set the order on the column in the table.
I don't see how to do this for my reference field.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 05:15 AM
How about trying the dictionary attribute 'ref_sequence'.
More information is available here -https://docs.servicenow.com/bundle/helsinki-platform-administration/page/administer/reference-pages/...
Try setting an dictionary attribute for the variable.
Hope this helps!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 04:51 AM
tried your suggestion. no go
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 05:15 AM
How about trying the dictionary attribute 'ref_sequence'.
More information is available here -https://docs.servicenow.com/bundle/helsinki-platform-administration/page/administer/reference-pages/...
Try setting an dictionary attribute for the variable.
Hope this helps!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 05:31 AM
thank you!