- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 01:30 AM
Can any one help me to solve the error below.
"Write operation from scope 'rhino.global' has been refused due to the table's cross-scope access policy"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 11:12 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 02:08 AM
Can you check if your target table allows read access to all the scopes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 02:13 AM
yeah, this is my setting. for your reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 02:18 AM
Hi @jieLian123
Can you try creating the record inside your scoped application scope itself instead of switching to Global ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 05:31 PM - edited ‎02-29-2024 05:32 PM
Hi @Amit Verma
when I try to create the record inside my scoped application,
the source scope turns to my scoped application, and it is not editable.
but I need to change source scope to global due to @Sandeep Rajput 's suggestion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 08:08 PM
Hi @jieLian123
Do you have any Script Include in the Global Scope which your application is trying to access ? If yes, please move that Script Include into your application scope and retry.
You can also refer below post to troubleshoot this further :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.