Resolved! Check box variable checking via client script
Hi, I am trying to set a checkbox variable in the service catalog to true when you select a certain item. My code below: if (g_form.getValue('og_name') == 'Onboarding'){alert(g_form.getValue('active_directory'));g_form.setValue('active_directory'...