- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2022 05:34 AM
Hi there
i have a catalog item with couple of checkboxes on it,
instead of displaying true or false, can i display the label option ?
is there a onsubmit client script
note: saving the question choice table as a list collector is not a option becoz of the acl permissions in my companys instance
Thanks
Levino
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2022 02:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2022 06:04 AM
Hi Ankur
on the catalog item there are about 10 checkboxes
e.g.
cable
monitor
keyboard
i was thinking of a onsubmit client script e.g. if cable = true set value on a single text variable
needed help if all 10 boxes are selected, how do i comma separate the values
am i looking at a list array, please provide a sample script, just the array bit
Thanks
Levino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2022 07:32 PM
Hi,
So form will contain 10 checkboxes
So what should happen on select of each checkbox?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 08:50 PM
Hi Ankur
i am ok with this one will go another way, should i mark as correct answer for now?
Thanks
Levino

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 11:24 PM
Hi levino,
Hold on a while. Let me take a shot on this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 11:42 PM
Hi Levino,
Want to confirm.
Is the field type a "checkbox" or "Yes/No"?
Checkboxes are like below on the form.
In RTIM, it shows up under variables like checkboxes.
Yes/No fields are like below
They show up like below in rtim.
Both shows labels and not just yes or not. Would appreciate a screen shot showing what is happening.