- 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-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-03-2022 12:15 AM - edited 11-03-2022 12:17 AM
@Pavankumar_1 - You're the man!
I was searching for this attribute. Thank you, buddy! That made it work. 👍