Need to put check box in catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 06:22 AM
Hi,
You need to create new Variable of type Checkbox
Types of service catalog variables (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 06:30 AM
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.
Amish Ranjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 12:34 PM
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
Step 2: Create checkbox type fields in a sequential order,
similary, create for other choices as well.
Output:
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 12:46 PM
You can create a new record in the item_option_new table, those are the Variables for a catalog item.
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.