CAD · Question #79
Which one of the following database operations cannot be controlled with Application Access?
The correct answer is D. Query. In a ServiceNow scoped application, the Application Access settings on a table definition expose checkboxes to control cross-scope Create, Update, and Delete operations. Query (read) access across scopes is governed by Access Control Rules (ACLs), not Application Access. Because
Question
Which one of the following database operations cannot be controlled with Application Access?
Options
- AUpdate
- BDelete
- CCreate
- DQuery
How the community answered
(47 responses)- A2% (1)
- B4% (2)
- C6% (3)
- D87% (41)
Explanation
In a ServiceNow scoped application, the Application Access settings on a table definition expose checkboxes to control cross-scope Create, Update, and Delete operations. Query (read) access across scopes is governed by Access Control Rules (ACLs), not Application Access. Because ACLs are the authoritative mechanism for controlling what data a user or scope can read, the Query operation falls outside the jurisdiction of Application Access settings.
Topics
Community Discussion
No community discussion yet for this question.