ExamGecko
Question list
Search
Search

Question 34 - CAD discussion

Report
Export

Which one of the following is the baseline behavior of a table in a privately-scoped application?

A.
The table and its data are not accessible using web services
Answers
A.
The table and its data are not accessible using web services
B.
Any Business Rule can read, write, delete, and update from the table
Answers
B.
Any Business Rule can read, write, delete, and update from the table
C.
Only artifacts in the table's application can read from the table
Answers
C.
Only artifacts in the table's application can read from the table
D.
All application scopes can read from the table
Answers
D.
All application scopes can read from the table
Suggested answer: D

Explanation:

https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html

The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read access is allowed by default for all scopes, unless the administrator explicitly denies it using an Access Control rule. This allows for data sharing between different applications while maintaining data integrity and security. References: [Product Documentation | ServiceNow], [Advantages of Scoped Applications in ServiceNow]

asked 23/09/2024
Pavel Tylich
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first