- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 01:25 AM
Hi,
I have a catalog item where I want to show 3 checkboxes. Two boxes should have fixed values, and on box should have the option, that the user can write something.
This should look likes this:
In ServiceNOW I have created a variable with the type "Multiple Choice" and created the different choices.
However, now I am not sure how I can adjust the choice "Sonstiges" in order to get a input field to the checkbox.
Thank you in advanced,
best regards,
Benedikt Kaiser
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 04:24 AM
You can simply create Catalog UI Policy from the related list of your Catalog Item.
Condition: Operation Time is Sonstiges.
UI Policy Action:
field/variable - Sonstiges
Visible - TRUE
Rest you can just leave alone.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 01:34 AM
Hi Benedikt,
You can create a new input type variable and show that field when "Sonstiges" is selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 01:35 AM
Rather than having 3 checkboxes, having 2 checkboxes (for fixed values) and a single line text variable (for user input) seems to be better approach here.
Of course, that depends on the requirement you have.