Servicenow Certified Application Developer CAD · Free Practice Question Medium
Question 10
Which one of the following is true for a table with the "Allow configuration" Application Access option selected?
-
A
Any user with the application’s user role can modify the application’s scripts
-
B
Out of scope applications can add new tables to the scoped application
-
C
Only the in scope application’s scripts can create Business Rules for the table
-
D
Out of scope applications can create Business Rules for the table
Reveal correct answer
Correct answer: D
Explanation
Source: Documentation

Correct answer:
Out of scope applications can create Business Rules for the table: This is the correct answer. When the "Allow configuration" Application Access option is selected for a table in ServiceNow, it permits out-of-scope applications to create configuration records like Business Rules for that table. It provides a level of flexibility for developers working outside the application's scope.
Incorrect answers:
Only the in scope application’s scripts can create Business Rules for the table: This statement is not true when the "Allow configuration" option is selected.
Out of scope applications can add new tables to the scoped application: The "Allow configuration" option doesn't grant permissions to add new tables to a scoped application.
Any user with the application’s user role can modify the application’s scripts: The "Allow configuration" option is about inter-application access and doesn't directly relate to user roles and their permissions to modify scripts.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
