Resolved! Populate user location using default value
I would like to auto-populate a 'Location' field based on the person selected in the 'New Hire' field. Trying to do this using Default Value, but not working: javascript:gs.getUser(current.variables.new_hire_name).getRecord().getValue('u_location');...
