We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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!