sort choice in descending order (Z to A)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 06:21 AM
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.
Regards,
Evan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 06:23 AM
Hi,
just try this in ref qualifier; don't use javascript:
ORDERBYDESCu_sub_access
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 06:29 AM
Hi Ankur,
Its not working.
'Regards,
Evan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 06:36 AM
Hello,
Can you try:-
javascript:ORDERDESCu_sub_access;
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 06:51 AM
No Saurav, Still its showing same.