Need to put check box in catalog item

Roshin Chandra
Tera Contributor

Need to put check box in catalog item as shown in the image .

please let me know how to do it.

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You need to create new Variable of type Checkbox

Types of service catalog variables (servicenow.com)

-Anurag

AmishRanjan2
Mega Guru

Hi @Roshin Chandra ,

 

Create a label with name "Other Additional Access" and order it less than other checkbox type variable that you will have to create for other checkboxes in the screenshot. Please let me know if it helps.

 

Best Regards,
Amish Ranjan

Karan Chhabra6
Mega Sage
Mega Sage

Hi @Roshin Chandra ,

 

The question will be of type "label" and then you can configure all the choices as a checkbox type field

Steps are as follows:

Step 1: Configure a field of type label

KaranChhabra6_0-1685647688412.png

Step 2: Create checkbox type fields in a sequential order, 

KaranChhabra6_1-1685647821457.png

similary, create for other choices as well.

 

Output:

KaranChhabra6_3-1685648009220.png

 

Thanks!

Marco0o1
Tera Sage

You can create a new record in the item_option_new table, those are the Variables for a catalog item. 

Marco0o1_0-1685648724645.png

Then select type as a checkbox and add your catalog item (in my instance I have a list) add the question and the price that you need to be displayed. 

This is only another way to do that.