CAD Exam QuestionsBrowse all questions from this exam

CAD Exam - Question 7


When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

Show Answer
Correct Answer: B

When creating new application files in a scoped application, cross scope access is turned on by default for tables. By default, scoped applications have the necessary settings to read, write, create, and delete records in their own tables. Other application elements, such as REST messages, Script Includes, and Workflows, do not have cross scope access enabled by default and must be explicitly granted permission.

Discussion

11 comments
Sign in to comment
Rai0704Option: B
Aug 23, 2023

Cross-scope privileges can be granted for: Table: Read, write, create, delete records Script Include: Execute API Scriptable (script objects): Execute API Reference: https://www.servicenow.com/community/developer-blog/securing-an-application-using-cross-scope-access-application/ba-p/2288801#:~:text=Cross%20scope%20access%20allows%20administrators,run%20on%20the%20target%20instance.

mrcharli66Option: A
Jan 28, 2025

The correct answer is: **A. REST messages** In ServiceNow, when creating new application files in a scoped application, **cross-scope access** is turned on by default for **REST messages**. This allows the scoped application to interact with external systems or other applications via REST without requiring additional configuration for cross-scope privileges. Other components, like **Tables**, **Script Includes**, and **Workflows**, generally require specific permissions or configuration to enable cross-scope access.

Bob_LoblawOption: B
Dec 10, 2022

"By default, all application scope scripts can read the table's records but cannot perform any other database operations."

AR1970
Dec 13, 2022

B and D

evokenOption: A
Jul 30, 2024

The answer is A. Tables are not accessible outside of the scope by default.

som_420Option: B
Sep 19, 2022

correct

Mru9Option: D
Aug 6, 2023

Both B & D are correct

ravidamarla
Oct 9, 2023

B is correct answer

HaraTadahisaOption: B
Jun 21, 2024

B is correct answer.

Arjun766Option: C
Feb 5, 2025

Table need explicit permissions

ff063b3Option: B
Apr 25, 2025

The correct answer is "B". Cross-scope privileges can be granted for: Table: Read, write, create, delete records