CAD · Question #71
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
The correct answer is B. Create, Delete, Read, Write. When a new table is created inside a privately-scoped application in ServiceNow, the platform automatically generates four Access Control rules to protect it: (1) Create - controls who can insert new records; (2) Delete - controls who can delete records; (3) Read - controls who c
Question
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
Options
- AInsert, Delete, Query, Write
- BCreate, Delete, Read, Write
- CCreate, Delete, Read, Update
- DInsert, Delete, Query, Update
How the community answered
(51 responses)- A2% (1)
- B86% (44)
- C8% (4)
- D4% (2)
Explanation
When a new table is created inside a privately-scoped application in ServiceNow, the platform automatically generates four Access Control rules to protect it: (1) Create - controls who can insert new records; (2) Delete - controls who can delete records; (3) Read - controls who can query/view records; (4) Write - controls who can update existing records. These four ACLs follow the CRUD pattern (minus the separate terminology) and ensure the table is protected by default within the application scope.
Topics
Community Discussion
No community discussion yet for this question.