My client script is not executing. Any error message or info message also not showing up
function onChange(control, oldValue, newValue, isLoading, isTemplate) {if (isLoading || newValue === '') {return;}g_form.addInfoMessage("I am in ");g_form.addErrorMessage (" i am here ");function concatenateCallerIdAndStorename(callerID) {// Perform ...