Resolved! How to get user full name from user id
In Performance analytic, I need to get the full name of the agent from the created_by field. And the script below doesn't seem work.Any idea why?function getUser(userName) { var grUs = new GlideRecord('sys_user'); grUs.get('name',user...
