How to write a script section in USER CRITERIA for access to knowledge base;
I have a article A in my knowledge base. User with a group X. shouldnt have access to the KB article A. I have written script for the same. Can some one help me whats the issue ? var gr = new GlideRecord('sys_user_grmember'); gr.addQuery('user', 'u...
