CAD · Question #123
When a custom table is created, which access control rules are automatically created? Choose 4 answers
The correct answer is B. read D. create E. delete F. write. When a custom table is created in ServiceNow, four essential access control rules (ACLs) are automatically generated to manage basic record operations.
Question
When a custom table is created, which access control rules are automatically created? Choose 4 answers
Options
- Aupdate
- Bread
- Cexecute
- Dcreate
- Edelete
- Fwrite
How the community answered
(64 responses)- A6% (4)
- B91% (58)
- C3% (2)
Why each option
When a custom table is created in ServiceNow, four essential access control rules (ACLs) are automatically generated to manage basic record operations.
'update' is synonymous with 'write' in the context of ACL operations for records and is not created as a separate ACL type.
A 'read' ACL is automatically created for the new table, allowing specified roles to view records within that table.
'execute' is an ACL operation typically associated with script includes or UI actions, not automatically created for basic table record access.
A 'create' ACL is automatically created, granting specified roles the ability to add new records to the table.
A 'delete' ACL is automatically created, enabling specified roles to remove records from the table.
A 'write' ACL is automatically created, permitting specified roles to modify existing records in the table.
Concept tested: Automatic ACL creation for custom tables
Source: https://docs.servicenow.com/bundle/utah-platform-security/page/administer/contextual-security/concept/c_ACLs.html
Topics
Community Discussion
No community discussion yet for this question.