Which ServiceNow ACL Rule Grants Full Table Access?
An administrator creates “customer_table_admin” 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?
Community Votes
60% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests your ability to distinguish between ACL syntax where the asterisk wildcard grants comprehensive access while the 'none' keyword explicitly revokes it.
Mastering table-level ACL naming conventions is essential for the CSA exam. Community consensus confirms that the wildcard pattern correctly grants universal row and field permissions.
Candidates frequently choose 'none' by mistake, incorrectly assuming it represents default or unrestricted access rather than recognizing it as a strict denial rule.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Thecustomer.* ACL rule utilizes a wildcard syntax that serves as a catch-all table-level permission. In ServiceNow, this pattern automatically grants the configured roles read, write, list, and search access across every record and field in the table, fulfilling the requirement precisely.Why the Other Options Are Wrong
customer.none explicitly denies all access to the table, acting as a security override rather than a grant. customer.all and customer.field are not recognized ACL naming conventions or access levels within the ServiceNow platform. Confusing these invalid options with actual system syntax leads to incorrect selections.Community Comment Notes
Experienced administrators clarify that. functions as an inclusive grant rule, while none strictly restricts permissions (Comment 1, 3). The discussion highlights best practices where . should be paired with none to manage granular exceptions safely (Comment 5). This debate underscores the importance of relying on official platform behavior over literal word interpretation. Official Reference
Exam Strategy
Memorize that * represents broad allowance and none represents explicit denial in ACL naming. Always map the question's requirement ('grant access') directly to the permissive wildcard syntax rather than guessing based on terminology.
Related Analysis
Practice All CSA Questions
Access 368 questions with complete answers and detailed explanations.
View Full CSA Practice Test →