How to change List Collector variable reference qualifier in a catalog client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2023 01:02 PM
Hi: I have a list collector variable in a catalog item that has a reference qualifier but I want that to change based on another variable selection. Can I do that in a catalog client script? If so how? Thank you! Rita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2023 01:11 PM
@ritaaudi You will not be able to set the reference qualifier via client script. However, if you wish to make your list collector change values based on the another variable then you can simply use
javascript: 'u_category = '+current.vaiables.<variable_name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2023 10:18 PM
Hi @ritaaudi ,
You can use the dynamic reference qualifier scripting to make reference qualifier dynamic based on your condition.
Please refer the below link for more guidance.
Please mark this response as correct or helpful if it assisted you with your question.