Resolved! Hide variable choice based on another field in a Service Catalog item
I have an onChange script I'd like to run on a catalog item but my script doesn't seem to be working. Any thoughts?function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; }var type = g_form.getValu...
