ServiceNowServiceNow
CAD · Question #127
CAD Question #127: Real Exam Question with Answer & Explanation
The correct answer is C: customer.*. To grant access to all rows and all fields of a table, an ACL rule should be configured for the table name followed by a wildcard character.
Submitted by hans_de· Apr 18, 2026Security and Restricting Access
Question
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
Options
- Acustomer all
- Bcustomer.field
- Ccustomer.*
- Dcustomer.none
Explanation
To grant access to all rows and all fields of a table, an ACL rule should be configured for the table name followed by a wildcard character.
Common mistakes.
- A. 'customer all' is not a standard or valid syntax for defining an ACL rule to grant broad access.
- B. 'customer.field' would grant access only to a specific field named 'field' on the 'Customer Table', not all fields.
- D. 'customer.none' is not a valid or standard ACL syntax and implies granting no access, which is the opposite of the requirement.
Concept tested. Wildcard ACLs for table and field access
Topics
#ACL#Table security#Roles#Wildcard access
Community Discussion
No community discussion yet for this question.