CAD · Question #261
Which database operations can be controlled with Access Control? Choose 2 answers
The correct answer is B. Create C. Update. ServiceNow Access Control (ACL) rules can be applied to specific database operations on tables and fields. 'Create' controls whether a user can insert new records, and 'Update' (Write) controls whether a user can modify existing records. 'Execute' is used specifically for…
Question
Which database operations can be controlled with Access Control? Choose 2 answers
Options
- AExecute
- BCreate
- CUpdate
- DQuery
How the community answered
(27 responses)- A4% (1)
- B89% (24)
- D7% (2)
Explanation
ServiceNow Access Control (ACL) rules can be applied to specific database operations on tables and fields. 'Create' controls whether a user can insert new records, and 'Update' (Write) controls whether a user can modify existing records. 'Execute' is used specifically for script-based ACLs (not a standard CRUD database operation), and 'Query' is not a distinct ACL operation type in ServiceNow - read access governs who can query/view records. The core database operations controllable via ACLs are read, write/update, create, and delete.
Topics
Community Discussion
No community discussion yet for this question.