ServiceNowServiceNow
CSA · Question #232
CSA Question #232: Real Exam Question with Answer & Explanation
The correct answer is A: create. When a new custom table is created in ServiceNow, basic access control rules (ACLs) for creating, reading, writing, and deleting records are automatically generated for that table.
Submitted by katya_ua· Apr 18, 2026Database Management and Platform Security
Question
When a custom table is created, which access control rules are automatically created? (Choose four.)
Options
- Acreate
- Bdelete
- Cexecute
- Dupdate
- Eread
- Fwrite
Explanation
When a new custom table is created in ServiceNow, basic access control rules (ACLs) for creating, reading, writing, and deleting records are automatically generated for that table.
Common mistakes.
- C. The 'execute' ACL is typically associated with script includes or UI actions, not automatically generated for fundamental table record operations.
- D. The 'update' operation is inherently covered by the 'write' ACL, which is automatically created, so 'update' is not a separate, distinct ACL automatically created in this context.
Concept tested. Automatic ACL generation for custom tables
Topics
#Custom Tables#Access Control Rules#Platform Security#Table Creation
Community Discussion
No community discussion yet for this question.