CAD · Question #93
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table: table.None read Access Control for users with the admin and itil roles tabl
The correct answer is B. field3 only. ServiceNow evaluates field-level ACLs from most specific to least specific. For a user with only the itil role: field1 and field2 have no specific ACL, so they fall through to the table.* ACL, which requires the admin role - the itil-only user fails this check and cannot read the
Question
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles table. * read Access Control for users with the admin role table. field3 read Access Control for users with the itil role Which field or fields can a user with the itil role read?
Options
- Afield1, field2 and field3
- Bfield3 only
- Cfield 1 and field3
- DAll fields except field3
How the community answered
(51 responses)- A2% (1)
- B84% (43)
- C6% (3)
- D8% (4)
Explanation
ServiceNow evaluates field-level ACLs from most specific to least specific. For a user with only the itil role: field1 and field2 have no specific ACL, so they fall through to the table.* ACL, which requires the admin role - the itil-only user fails this check and cannot read them. field3 has its own specific table.field3 ACL that grants access to users with the itil role - the user passes this check and can read field3. Therefore, only field3 is readable by an itil-only user.
Topics
Community Discussion
No community discussion yet for this question.