Unable to set value of checkbox using Catalog Client Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2018 09:50 PM
Hi everyone
I am facing 2 issues
1. I am trying to set value of a checkbox using catalogclient script. But it is not working. I tried below options
g_form.setValue('x', true);
g_form.setValue('x', 'true');
g_form.setValue('x', 1);
g_form.setValue('x', '1');
2. I am setting checkbox to mandatory in a catalog ui policy. But that is also not working
Any ideas on this front will be welcome
Regards
Hetal
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2018 06:34 PM
Hi Jotiram
What release of ServiceNow you are using
We are on Kingston
Regards
Hetal