- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 11:23 PM
This code is perfectly fine on Try it , but doesn't work on service portal
variable 'box' is a checkbox
g_form.setValue('box',true); doesn't work on service portal
I even selected UI type to be 'All' ; but still doesn't work on portal.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2018 12:16 AM
Hi Sonita,
I'm getting the result. I'm using the UI policy. follow the below screenshots it works.
use runscripts in ui policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 01:09 PM
Thank you all , as some of you suggested , when using setValue with check boxes we should put true or false as a string--->
g_from.setValue('box','true'); ---> it works as expected