ServiceNow Certified Application Developer — Question 150

An application called My App has a table, MyAppTable, with this Application Access configuration:

Accessible from: All application scopes

Can read: Selected -

Can delete: Not selected -

Allow configuration: Selected -

Which of the following is true based on this configuration?

Answer options

Correct answer: B

Explanation

The correct answer is B because the configuration allows developers within the My App scope to read and delete records from MyAppTable. Options A and C are incorrect as they imply permissions outside of the My App scope, which is not allowed. Option D is false because developers within the My App scope have the necessary permissions to delete records.