Resolved! Catalog Client Script
Happy Christmas ServiceNow Community Can anyone point out where I am going wrong with this catalog client script:- function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } ...
