- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:35 AM
Hi Team ,
We created the catalog form ,in that we added the check box .but we can see the "options" beside the check box
Please guide me ,how to remove/Hide
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:18 AM
@String To remove options, I create variable of type "Break " and order of this variable should be in between checkbox and other field. I usually name it is as a "formatter".
Then create UI policy and hide it.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:00 AM
Hi @String ,
Please refer to the solution and tweak as per your requirement : https://www.servicenow.com/community/developer-forum/how-to-hide-an-option-in-an-select-box-dependin...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:05 AM
Hello @String ,
Try this but not sure if this works
create a label variable before the check box and place the check box below the label variable and see if options is going away.
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 12:13 PM
It working only one column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:18 AM
@String To remove options, I create variable of type "Break " and order of this variable should be in between checkbox and other field. I usually name it is as a "formatter".
Then create UI policy and hide it.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!