- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:31 PM
Hi All
Good morning
The use case is to create a new label as "Optional Hardware" Under this label add a check box as "Laptop" and "desktop" in "Standard Laptop" to maintain items the same as "Optional Software" as shown below.
I tried to implement this but somehow I failed to implement.
1. First i have create variable as "Optional Hardware" type as label.
2. Then i tried to create "Laptop" and "Desktop" type as "Check box". To do this under related there is some thing "Question Choice" but it is not visible.
This is not available after form load
Please let me help how to achieve this .
Thanks & Regards,
Madhu.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:50 PM
you created label variable
then you need to create checkbox type variable and there you add those values
what's the issue?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:55 PM
Hi @Madhusagar Pal1 ,
The label field does not support choices, that is why they disappeared after form reload.
You need to create 3 variables similar to the OOB Optional software (see the image attached),
- Label -> Optional Hardware
- Check Box -> laptop
- Check Box -> Desktop
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:50 PM
you created label variable
then you need to create checkbox type variable and there you add those values
what's the issue?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 10:36 PM
Did you get a chance to check my above comment?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:55 PM
Hi @Madhusagar Pal1 ,
The label field does not support choices, that is why they disappeared after form reload.
You need to create 3 variables similar to the OOB Optional software (see the image attached),
- Label -> Optional Hardware
- Check Box -> laptop
- Check Box -> Desktop
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 10:30 PM
Hi Anvesh,
Thanks for your quick response.
regards,
Madhu.