I am not sure why script include is not working
To get email based on the caller field. function onChange(control, oldValue, newValue, isLoading, isTemplate) {var name = g_form.getValue('caller_id');var gh = new GlideAjax('getEmail');gh.addParam('sysparm_user', 'getEmail');gh.addParam('sysparm_use...