Resolved! OnChange Client script using a GlideRecord
Hi, I may well not be doing this correctly, but I am trying to run an onChange client script to assign the ci to a field from the user record. So I am var user = g_form.getValue('u_requestor'); //Get the current user var gr = new GlideRecord('cmdb_...