CAD · Question #8
When evaluating Access Controls, ServiceNow searches and evaluates:
The correct answer is C. From the most specific match to the most generic match. ServiceNow evaluates Access Control Rules (ACLs) from the most specific match to the most generic match. The evaluation order goes: exact table + exact field → exact table + wildcard field → parent table + exact field → parent table + wildcard field → wildcard table + wildcard…
Question
When evaluating Access Controls, ServiceNow searches and evaluates:
Options
- AOnly for matches on the current table
- BOnly for matches on the current field
- CFrom the most specific match to the most generic match
- DFrom the most generic match to the most specific match
How the community answered
(67 responses)- A4% (3)
- B3% (2)
- C91% (61)
- D1% (1)
Explanation
ServiceNow evaluates Access Control Rules (ACLs) from the most specific match to the most generic match. The evaluation order goes: exact table + exact field → exact table + wildcard field → parent table + exact field → parent table + wildcard field → wildcard table + wildcard field (the catch-all). ServiceNow uses the first ACL that matches and grants or denies access based on that rule, which means more specific rules take precedence over generic ones.
Topics
Community Discussion
No community discussion yet for this question.