How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
To prevent all other private application scopes from creating configuration records on an application's data tables, you must set the Accessible from field value to 'This application scope only'. This ensures only the application scope that owns the data tables can create configuration records, while all other scopes are restricted from doing so.
Correct answer is D. When Accessible from is set to "This app scope only", then "Allow configuration" is unchecked and read-only
I would say both B and D could be correct, however, D would also disable the read/update/delete, not just the create function. The question isn't clear whether the table should still be readable by others or not.
B is the correct answer
D - Reference Note: If you set Accessible From to This Application Scope Only, it automatically unchecks and greys out Web Services so it can't be C https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ExampleDenyingAllDesignAccess.html
answer is D
Just tested this in a Vancouver PDI. When selecting "This application scope only", all the check boxes are cleared and become read-only.
The question is about preventing to file creation so other activities should be allowed. Hence B is correct. Answer D disallows all other activities. The most correct answer is B.
I agree with D refer to https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_securingapps_rome_application_access
Correct answer is D. Check the following 2 examples of denying and granting access. https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ExampleDenyingAllRuntimeAccess.html https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ExampleGrantingAllRuntimeAccess.html
D is the best option. B is also correct in a way but since one option only, can select D
To prevent all other app scopes, simply select “This application scope only”.
D is correct.
B is correct answer
B is the correct answer.
Correct is B. We only want to disable create
The question specifically talks about creating, not completely blocking.