Security restricted: Write operation against ----Cross-scope access policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 12:35 AM
Hi All,
I have done a custom application and it has one table.
Now I am trying to update the value in the custom application table from the Global application but I am getting this error
Security restricted: Write operation against 'x_93513_monday_moday_table' from scope 'rhino.global' has been refused due to the table's cross-scope access policy
I have tried the below action to resolve this issue but still it's not working
1. Created the record in the "Cross scope privileges" table
2. Created the record in the "Restricted Caller Access Privileges" table
3. Provided the table access also
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 01:57 AM
Can you check on the cross scope privileges table (sys_scope_privilege). It could be the system automatically created one that is currently on status 'requested'. Move it to allowed and it should work.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark