CAD · Question #14
Which one of the following is the baseline behavior of a table in a privately-scoped application?
The correct answer is D. All application scopes can read from the table. 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…
Question
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Options
- AThe table and its data are not accessible using web services
- BAny Business Rule can read, write, delete, and update from the table
- COnly artifacts in the table's application can read from the table
- DAll application scopes can read from the table
How the community answered
(25 responses)- B4% (1)
- C8% (2)
- D88% (22)
Explanation
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
Topics
Community Discussion
No community discussion yet for this question.