- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 11:24 AM - edited 11-02-2022 11:26 AM
Hello SNow Professionals,
I have a reference qualifier for List Collector that I am using in Catalog Item. I want to ORDERBY Sequence and I added the following but it doesn't Order By Sequence instead it Orders by Alphabetically. I referred to some other reference qualifier's for List Collector in our instance and everyone has used it in similar fashion. It works for them but not for me. Not sure what am I missing. Any help would be appreciated.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 12:11 AM
Hi @VikMach ,
I don't think you can achieve sorting on backend catalog form but it may work in portal.
Try below option:
Variable attributes: ref_ac_order_by=sequence
If Variable attributes is not visible on your form then go right click on header > configure >Form Layout and select that field to the form.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 11:53 AM
Hi @VikMach
It should work. I hope your order of Sequence is not same as alphabetically.
If possible please show the list of your choice records with name and Sequence values and element and inactive field also.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 12:18 PM - edited 11-02-2022 12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 11:10 PM
Hi @VikMach
Try below :
javascript: "ORDERBYsequence^inactive=false^element=system_inter_mgt";
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 11:47 PM - edited 11-02-2022 11:48 PM
@AnubhavRitolia - No Anubhav, that didn't work either. I tried to place the ORDERBYsequence in different places in the filter condition that doesn't do the trick. I'm wondering if something has changed or has it to do with my Choice List itself?
Thanks for the try!