ACL's will be applied to Service Portal?

Banu1
Mega Expert

Hello,

If I have a Read ACL on kb_knowledge for user with no role can only see the self-service article.

Read:

        kb_knowledge

condition:

        topic=self-service

script:

        answer = !gs.getUser().hasRole();

Is this will reflect on the service portal for the logged in users? for example if user with no role logged in, then that user should only see self-service articles on his service portal.

Thank You!

3 REPLIES 3

anurag92
Kilo Sage

Yes, in that case users with no roles will be restricted to access KB article. ACL works on all views.



Let me know if this helps.


Gurpreet07
Mega Sage

Hi Banaupriya,



R u using knowledge V3. Below may help you in regard security.



Migrating to Knowledge Management v3 - ServiceNow Wiki


Banu1
Mega Expert

I will try & let you know my feedback. Thank you for the prompt response.