Auto populate client script for reference fields with g_form.getReference function is not working for No Role users. Issue When No Role users are filling up the form for any other user as on behalf, reference fields are not auto populating as expected via client script.CauseWhen No Role users tried to populate, backend client script runs g_form.getReference function,it returns undefined.ResolutionFor example, There is Catalog form which has reference field of User table. Once you select user, it should auto populate user's location, user's department, user's manager etc.Impersonate any user who has no role. for ex. on Out of the box, Joe employeeNow open Catalog form and select ITIL user, no reference fields are auto populated. This is due to g_form.getReference function will return undefined for no role users.