nerdexam
ServiceNow

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

Submitted by krish.m· Apr 18, 2026Security and Restricting Access

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)
  • A
    2% (1)
  • B
    84% (43)
  • C
    6% (3)
  • D
    8% (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

#Access Control Lists (ACLs)#Roles#Field Security#Record Security

Community Discussion

No community discussion yet for this question.

Full CAD Practice