- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result?
A. Users querying via web services can access table records, regardless of permissions.
B. Developers from other application scopes can write scripts for this table.
C. Users are allowed to write table records but restricted from deleting via web services.
D. A user with correct permissions, querying via web services, can access table records.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @MAGAPUV
Agree my answer was not correct. Correct answer is A user with correct permissions, querying via web services, can access table records.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @MAGAPUV
Correct Answer should be:-
D. A user with correct permissions, querying via web services, can access table records.
Explanation:-
Enabling this option allows the table to be exposed and accessible through web service protocols (like REST and SOAP). However, this setting does not override existing security controls. Any user or system attempting to access the table via web services must still possess the necessary roles and access control list (ACL) permissions to perform operations (create, read, update, delete) on the table's records. Without the correct permissions, even with this option enabled, access will be denied.
If my answer helped you, please mark it- solution accepted.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @MAGAPUV
Agree my answer was not correct. Correct answer is A user with correct permissions, querying via web services, can access table records.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
Hi @MAGAPUV
Correct Answer should be:-
D. A user with correct permissions, querying via web services, can access table records.
Explanation:-
Enabling this option allows the table to be exposed and accessible through web service protocols (like REST and SOAP). However, this setting does not override existing security controls. Any user or system attempting to access the table via web services must still possess the necessary roles and access control list (ACL) permissions to perform operations (create, read, update, delete) on the table's records. Without the correct permissions, even with this option enabled, access will be denied.
If my answer helped you, please mark it- solution accepted.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@MAGAPUV What's wrong with my response?