Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

how to set default value as none in subcategory by using onload client script

Porkodi
Tera Contributor

how to set default value as none in subcategory by using onload client script

11 REPLIES 11

Try this

g_form.addOption('subcategory', '' , '-- None --'); 
g_form.setValue('subcategory', '');
-Anurag

Not working