I want to make a custom multiple select variable for a catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 03:34 AM
I want to create a custom variable such that user can select multiple options form the choices such that the choices are added and not referred to any table i.e. I want a custom variable which take choices like select box but user can select multiple choices like list collector. Also, I want solution such that it can be reused multiple times and i can create it for different catalog items with different choices without change the code but by just changing the choices through the backend form only. Please tell how I can achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 03:49 AM
Check Box
A
B
C
you can multi choice type.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 04:03 AM
Hi @UjjwalA35062584 ,
If you want to choose multiple items like list collector then create these choices in sys_choice table. with element name. And create a list type field on the table and in reference qualifier mention element is "your element name".
If you want to reuse these choices better to create them on Parent table.
Kindly mark it as correct/helpful if this solves your issue.
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 05:33 AM
Hi @UjjwalA35062584 ,
Did you get chance to go through my response. If it helps please mark it as correct/helpful, accepted solution
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 04:59 AM
only option is to have list collector referring to choice table and add your choices there
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2025 04:19 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader