Restricting table data access via REST web service using table settings is failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 10:47 AM
I am accessing the ServceNow instance-1 incident table data using Basic Auth and ServiceNow Table REST API from ServiceNow instance-2 . It is working fine (One of the instance is PDI instance and other one is from a nowlearning course)
Now, I am testing to restrict the Instance-1 incident table data access using Web Service by setting "Allow access to this table via web services" = False on Inicdent table
Still I am able to get the get the Instance-1 incident table data
Instance-1 = Provider
Instance-2 = Client
Any help would be appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 10:56 AM
Hi @Prateek Gupta3 ,
How you are testing this integration with service-account, are you using any external rest tool ?
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 11:21 AM
Hi Ashish,
Accessing data of ServiceNow instance-1 from ServiceNow instance-2
It is ServiceNow to ServiceNow integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 11:24 AM
Hello @Prateek Gupta3
Have you tried the ACL way?
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746030
Please mark the answer as helpful and correct if helped.
Kind regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 11:30 AM
Hi Ravi,
I am just trying this way as it is written in ServiceNow course.
ACL way s working fine
Thanks