- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 04:44 AM
Hi All,
I have to create a catalog item variable for example 'company' which has 3 values company1, company2 and company3 and multiselect should be allowed for this variable.
This 'company' variable should be visible and mandatory based on other 2 catalog item variable values which can be done through UI Policy but I am stuck with the multiselect.
Can you please help me out.
Thanks&Regards,
Abhisek Chattaraj.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 02:59 AM
Hi @abhisek
You can refer to the below video to create multi-select field. Also if you need to create only 3 choices, you can create them in sys_choice table and put relevant filter in the List collector field.
Please mark this comment as Correct Answer/Helpful if it helped you.
Cheers,
Hardit Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 03:23 AM
Hi @JenniferRah
Thanks for your reply.
I can't use list collector as the variable having 3 values does not reference to any table.
Thanks&Regards,
Abhisek Chattaraj.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 05:07 AM
You will have to create a custom table as I described above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 08:24 AM
@abhisek I tried to replicate your above use case and below is my implementation,
I had created two select box variables Variable -1 & Variable - 2 with choices "Yes" or "No".
Created a catalog UI policy, where the variable 1 & 2 holds the values as "Yes", then display the multiselect variable type "List Collector" for Company.
Hide the Company (list collector) variable for other values,
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 03:22 AM
Hi @Sujatha V M
Thanks for your reply.
I can't use list collector as the variable having 3 values does not reference to any table.
Thanks&Regards,
Abhisek Chattaraj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 07:19 AM
Are those company values are static?
If so, you can try as @Ankur Bawiskar response with checkboxes.
Sujatha V.M.