- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 02:18 AM
Hi ,
I have a Reference Variable which should show the data in descending order while filling a request form through portal.
I have tried the below code in the variable attribute.
1) ref_ac_order_by = number
2) ref_sequence = sys_created_on
3) ref_ac_order_by_desc = number
But nothing helped. Can anyone help me with this issue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:04 AM
yes it will work not only in portal but entire instance wherever this table is being referred in reference field or glide list etc
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 02:25 AM
Which table are you referencing in that variable, does that table have a "name" field.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 02:34 AM
I am using Incident table as reference and I want to display the numbers in descending order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 02:49 AM
Hello @Saraswathi Devi
can you try this in the advance reference qualifier?
javascript:'ORDERBYDESCnumber';
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 03:49 AM
Hi Mohith,
Not Worked.