Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

sort choice in descending order (Z to A)

Evan2
Kilo Guru

Hi

 

I have a lookup select box type field for a catalog item. I want to show the data in descending order (z to a) to the users. I tried the reference qualifier javascript: 'ORDERBYDESCu_sub_access'  but its not working. PFB the screenshot and let me know how to achieve this.

find_real_file.png

 

Regards,

Evan

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

just try this in ref qualifier; don't use javascript:

ORDERBYDESCu_sub_access

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

 

Its not working.

'Regards,

Evan

Saurav11
Kilo Patron
Kilo Patron

Hello,

Can you try:-

javascript:ORDERDESCu_sub_access; 

Please mark answer correct/helpful based on Impact

No Saurav, Still its showing same.