nerdexam
ServiceNow

CAD · Question #210

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

The correct answer is D. table.id will grant access to a specific record on the table. In ServiceNow ACL naming conventions: 'table.*' grants access to every field in a record (TRUE); 'table.None' is the record-level ACL that controls access to every record on the table (TRUE); 'table.field' grants access to a specific named field (TRUE). However, 'table.id' is…

Submitted by jordan8· Apr 18, 2026Security and Restricting Access

Question

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

Options

  • Atable.*will grant access to every field in a record
  • Btable.None will grant access to every record on the table
  • Ctable.field will grant access to a specific field in a record
  • Dtable.id will grant access to a specific record on the table

How the community answered

(28 responses)
  • B
    7% (2)
  • C
    4% (1)
  • D
    89% (25)

Explanation

In ServiceNow ACL naming conventions: 'table.*' grants access to every field in a record (TRUE); 'table.None' is the record-level ACL that controls access to every record on the table (TRUE); 'table.field' grants access to a specific named field (TRUE). However, 'table.id' is NOT a valid ACL notation for granting access to a specific record - there is no special '.id' wildcard in ACL configuration. Record-level access is controlled by 'table.None', not 'table.id'. Therefore, statement D is the one that is NOT true.

Topics

#Access Control List (ACL)#Security Rules#Record Access#Field Access

Community Discussion

No community discussion yet for this question.

Full CAD Practice