CAD · Question #60
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
The correct answer is A. Restricted caller access records. Restricted Caller Access records in ServiceNow are used to track and manage situations where a script or application in one scope attempts to call or access resources (tables, scripts, events) in another scope. These records log whether cross-scope access was granted or denied an
Question
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Options
- ARestricted caller access records
- BCaller tracking records
- CAccess control level records
- DCross-scope access records
How the community answered
(50 responses)- A90% (45)
- B2% (1)
- C2% (1)
- D6% (3)
Explanation
Restricted Caller Access records in ServiceNow are used to track and manage situations where a script or application in one scope attempts to call or access resources (tables, scripts, events) in another scope. These records log whether cross-scope access was granted or denied and allow administrators to explicitly permit or restrict such cross-scope interactions. They are distinct from general ACLs (C), which control row/field-level access for users, not inter-application scope access.
Topics
Community Discussion
No community discussion yet for this question.