ServiceNow Certified Application Developer — Question 49
Which one of the following is true for a table with the `Allow configuration` Application Access option selected?
Answer options
- A. Only the in scope application's scripts can create Business Rules for the table
- B. Any user with the application's user role can modify the application's scripts
- C. Out of scope applications can create Business Rules for the table
- D. Out of scope applications can add new tables to the scoped application
Correct answer: C
Explanation
The correct answer is C because the `Allow configuration` option permits out-of-scope applications to create Business Rules for the table. Options A and B are incorrect as they restrict the ability to create or modify Business Rules to only in-scope applications or roles. Option D is also incorrect because it misrepresents the capabilities of out-of-scope applications regarding adding new tables.