ServiceNow Certified Application Developer — Question 31
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
Answer options
- A. This option restricts the ability to delete records via web services but records can always be read
- B. Even when not selected, users with the correct permissions can use web services to access the table's records
- C. This option restricts access only to SOAP web services but does not apply to REST
- D. The user performing the query via web services must have the correct permissions to access the table's records
Correct answer: D
Explanation
The correct answer is D because having the necessary permissions is essential for any user to retrieve records through web services. Option A is incorrect as it misrepresents the capabilities of the option. Option B is also wrong since the option allows web service access, but permissions are still required. Option C incorrectly suggests a restriction only applies to SOAP, whereas permissions are required for both SOAP and REST.