- 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 03:03 AM
try to use query BR on that table but it would impact other places in instance as well
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 03:53 AM
If we write the Query Business rule, does it will reflect in the portal?
Cause we want to display the numbers in descending order before submitting the request from the portal.
- 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