ServiceNowServiceNow
CAD · Question #243
CAD Question #243: Real Exam Question with Answer & Explanation
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'
Explanation
ServiceNow Access Control Lists (ACLs) use specific object names to define access rules at various granularities, including entire tables.
Common mistakes.
- A.
incident.allis not the standard ServiceNow syntax for an ACL covering all fields of a table. - B.
incident!is not a recognized ACL object name syntax used for applying rules to an entire table. - C.
incidentNoneis not a recognized or valid ACL object name syntax in ServiceNow for defining table-level access.
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.