Servicenow Certified Application Developer CAD · Free Practice Question Easy
Question 25
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
-
A
Workflow
-
B
REST messages
-
C
Script Include
-
D
Table
Reveal correct answer
Correct answer: D
Explanation
Source: Documentation
The correct answer:
Table: This is correct. In ServiceNow, when you create new application files in a scoped application, cross scope access is turned on by default for tables. This means that other applications can access the data in these tables. This feature is critical in real-world scenarios where data needs to be shared across multiple applications. For instance, a human resources application might need access to employee data stored in an IT application.
Incorrect answer:
REST messages: This is incorrect. Cross-scope access is not turned on by default for REST messages when creating new application files in a scoped application. You must specifically enable it if required.
Script Include: This is incorrect. Cross-scope access is not turned on by default for Script Includes. You must specifically enable it if required. Script Includes are typically used to house reusable code in ServiceNow, and it's not always necessary or desirable for this code to be accessible across scopes.
Workflow: This is incorrect. Cross-scope access is not turned on by default for workflows. You must specifically enable it if required. Workflows in ServiceNow define a series of activities to automate a process, and these workflows are usually specific to the application scope they're created in.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
