selecting more than one options in the multiple choice field type in the service catalog

kaushik8
Kilo Contributor

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

5 REPLIES 5

Manik5
Tera Contributor

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. 

Manik5_0-1697996077178.png

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