Create Multi-select list variable in catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I have created a Select Box type variable on catalog item named "Compliance requirements" with the following options.
Variable on form:
Variable configuration:
I want this to be a multi select variable, where user can select more than one option. I need the same options to be present there. How can I do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @HrishabhKumar,
change the variable type to "list collector" and let me know what you think about it
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @GlideFather
In List collector variable we have to refer a table i.e. class, but I have to refer a a particular attribute from a class. i.e. ABC attribute from business application table.
I need the same options in multiselect as they are in single select.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
@HrishabhKumar for that you can use the reference qualifier
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
In service catalog, there’s no way to add multiple select boxes to choose the correct one, its not native from the catalog, but, you can customize adding multiple check boxes variable:
e.g. add a label with a title: “Select the correct choice”
after that add severals check box variables with the order 100, 110, 120… like sequence
See the reference