Resolved! How to retrieve all users in the caller field who belong to the same department as the logged in use
Hi All, How to retrieve all users in the caller field who belong to the same department as the logged in user? I have written below script include but it's doesn't fetch correct data var DepatmentNameUtil = Class.create();DepatmentNameUtil.prototype ...
