USE of glide Ajax to auto populate the details of ci on incident but not working
SCRIPT INCLUDE--- CLIENT SCRIPT--- on change ci field var ga = new GlideAjax('ourInccallerDetails'); ga.addParam('sysparm_name','getOurIncCiDetails'); ga.addParam('sysparm_ourCi',g_form.getValue('u_configuration_item')); ga.getXMLAnswer(getCIde...
