Resolved! Getting user object in script include
I am trying to check if user is a member of the group in a script include using the following but doesnt work. Calling this script include from a fix script. var u_obj = new GlideRecord('sys_user');u_obj.get(sys_id);if (u_obj.isMemberOf('Developer'))...