Correct Answer: D
In ServiceNow, User Criteria is the mechanism used to control and determine user access to knowledge bases (KBs) and knowledge articles. User criteria define which users, groups, or roles can read, write, and contribute to a knowledge base or specific articles within it.
How User Criteria Works:
User Criteria are applied at both the knowledge base level and the knowledge article level to manage access. They can be configured with specific conditions to allow or restrict access based on:
Users (specific users can be added directly)
Groups (access can be granted to a specific user group)
Roles (users with specific roles can be given access)
Advanced conditions (such as department, company, location, etc.)
A knowledge base can have multiple user criteria, and a single user criterion can apply to multiple knowledge bases.
Key Features of User Criteria in Knowledge Management:
Read User Criteria - Determines who can view the knowledge base or an article.
Write User Criteria - Determines who can create, edit, or contribute knowledge articles.
Exclusions - You can exclude users or groups from accessing specific knowledge bases or articles even if they meet other conditions.
Why Other Options Are Incorrect?
A . sn_kb_read, sn_article_read:
These are not standard ServiceNow permissions for controlling knowledge access.
In ServiceNow, permissions are managed through roles and user criteria, not direct ACL names like these.
B . Privacy Settings:
ServiceNow does not use "Privacy Settings" as an access control mechanism for knowledge bases.
Privacy settings might be relevant in other contexts, such as user profiles or system preferences, but not for knowledge access control.
C . Read Access Flag:
There is no "Read Access Flag" in ServiceNow's knowledge management module.
Access is controlled via User Criteria, Roles, and Knowledge Base Settings.
Official ServiceNow Documentation Reference:
For more details, refer to the official ServiceNow documentation:
User Criteria for Knowledge Bases
Managing Knowledge Base Access
Knowledge Management User Criteria