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
- A. You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access
- B. Set the Accessible from field value to All application scopes and de-select the Can create option
- C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
- D. Set the Accessible from field value to This application scope only
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.