ServiceNow Certified Application Developer — Question 171
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Answer options
- A. REST messages
- B. Table
- C. Script Include
- D. Workflow
Correct answer: B
Explanation
The correct answer is B, Table, as it is designed to allow cross scope access by default to facilitate data management across different application scopes. The other options, such as REST messages, Script Includes, and Workflows, typically do not have cross scope access enabled by default to maintain security and encapsulation between application scopes.