Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

reference field order in drop down

ggg
Giga Guru

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.

 

1 ACCEPTED SOLUTION

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!!

View solution in original post

7 REPLIES 7

tried your suggestion. no go

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!!

thank you!