Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
In a privately-scoped application, only artifacts within the application's scope can read from the table by default. This means that access is restricted to the particular application, ensuring that data is not exposed outside its intended context. Therefore, the baseline behavior is for the application itself to have exclusive access to its tables.
Correct is indeed D: https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html
The answer is C.
are the comments for different question?
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html
The correct answer is D
Yes, the correct Answer is D