List collector - sys_choice - orderby sequence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2025 08:44 PM
I have to create a variable in catalog item which should allow multi selection of the choices. So i selected the type as list collector and table as sys_choice and created choices in sys_choice. It's working fine but it's not getting displayed as per the given sequence but in Alphabetical order. Client wanted the choices to be displayed in the given order only. How do i do it.
when i use varieable type: lookup select box
reference qual: element=what_services_will_be_provided_by_the_vendor_select_all_that_apply
dropdown worksfine through client script :
But i want these order in list collector ? do i have to create a custom table for this drop down instread of using sys_choice table or any other possiblity using Attribute or reference qual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2025 09:04 PM - edited ‎05-26-2025 09:04 PM
Hi @SivaranjaniR
You can use "ref_ac_order_by=sequence" in your list collector variable attribute to meet your requirement.
Output:
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 06:44 PM
Thank you @J Siva , i tryed it before with same attribute you mension it doesnt work because of reference qualifier i provide only element .Now its working as expected .