ServiceNow Certified Application Developer — Question 24

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

Answer options

Correct answer: D

Explanation

The correct answer is D because setting the Accessible from field to 'This application scope only' restricts access to only the specified application scope, effectively preventing other scopes from creating configuration records. Option A suggests using Access Controls instead, which does not directly address the Application Access settings needed. Option B incorrectly allows all application scopes to access the data, while option C introduces unnecessary restrictions by mentioning web services.