Changing value of checkbox variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 03:42 AM
I have created a checkbox variable (Delivery Confirmation) in MRVS, my business requirement is to change the value of true to "Recebido" and false to "Não Recebido".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 03:44 AM
do you want to do translation for those choices?
what's your actual business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
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-25-2025 03:59 AM
Hi Ankur,
We have created a catalogue item. In that catalogue item we need MRVS quantity. In this MRVS we have a field "delivery confirmation" as checkbox. I want to display the value of checkbox as mentioned earlier when we insert new row in this mrvs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 04:04 AM
then have it as drop down with those 2 choices.
Seems you created it as checkbox and hence it's showing as true/false.
If my response helped please mark it correct and close the thread so that it benefits future readers.
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-25-2025 04:08 AM
yes, I have created it as checkbox. Is any functionality available to change value of checkbox?