nerdexam
ServiceNow

CAD · Question #243

Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?

The correct answer is D. incident'. ServiceNow Access Control Lists (ACLs) use specific object names to define access rules at various granularities, including entire tables.

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

Question

Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?

Options

  • Aincident.all
  • Bincident!
  • CincidentNone
  • Dincident'

How the community answered

(60 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    93% (56)

Why each option

ServiceNow Access Control Lists (ACLs) use specific object names to define access rules at various granularities, including entire tables.

Aincident.all

`incident.all` is not the standard ServiceNow syntax for an ACL covering all fields of a table.

Bincident!

`incident!` is not a recognized ACL object name syntax used for applying rules to an entire table.

CincidentNone

`incidentNone` is not a recognized or valid ACL object name syntax in ServiceNow for defining table-level access.

Dincident'Correct

In ServiceNow Access Control Lists (ACLs), the object name `incident'` (as provided in the options) is specified as the syntax for a rule that applies to the entire Incident table, encompassing all rows and fields. This specific notation indicates that the ACL governs access at a broad table-level for all associated fields, ensuring comprehensive control.

Concept tested: ServiceNow ACL table-level access syntax

Topics

#Access Control List (ACL)#Security#Table Access#Object Naming

Community Discussion

No community discussion yet for this question.

Full CAD Practice