Resolved! user criteria evaluates correctly in background script but not using user criteria diagnostic tool
Hi thereuser criteria evaluates correctly in background script but not using user criteria diagnostic tool function checkCondition(user_id) { var user = new GlideRecord('sys_user'); user.get(user_id); if (user.title.indexOf('DCL') !=...
