selecting more than one options in the multiple choice field type in the service catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2021 12:28 AM
I need to create variable in which the user can create multiple options.For exaple if i create a variable 'number' and in the options I gave 1,2,3,4,5. the user must be able to select more than one option that is he must be able to select 1&2 or 1&2&3.field type multiple choice
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 10:45 AM
Hi Kaushik8
We can done this with the list collector as well and by taking choice of multiple choices but today developers are using this way.
To achieve this, you need to go to this link:
https://www.covestic.com/blog/servicenow-tips-making-list-collectors-useful/
*Note
if you don't know how to get the question's sys_is:
Steps:
1) Go to the application navigator and type "question_choice.LIST" and press Enter.
2) find your question from the list view by using the filter option.
3) And copy the sys_id of your question.
IF this is helpful, Please hit the helpful buttion.
Manik5