Resolved! GlideRecord to GlideAjax in OnChange Client Script
Hello, I am trying to modify the existing script from GlideRecord to GlideAjax in OnChange Client Script. Below is the Code. function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } ...