CAD · Question #46
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
The correct answer is C. Conditions, Roles, Script. When ServiceNow evaluates an Access Control rule, it checks three elements in a defined order: first Conditions (which filter the scope of the rule), then Roles (whether the user holds a required role), then the Script (custom logic for edge cases). The debug output in the…
Question
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Options
- AConditions, Script, Roles
- BScript, Conditions, Roles
- CConditions, Roles, Script
- DRoles, Conditions, Script
How the community answered
(47 responses)- A2% (1)
- B4% (2)
- C85% (40)
- D9% (4)
Explanation
When ServiceNow evaluates an Access Control rule, it checks three elements in a defined order: first Conditions (which filter the scope of the rule), then Roles (whether the user holds a required role), then the Script (custom logic for edge cases). The debug output in the Access Control debugger reflects this evaluation sequence. All three elements must pass for access to be granted. If any element denies access, evaluation stops and access is denied.
Topics
Community Discussion
No community discussion yet for this question.