Security restricted: Write operation against 'scope_table' from scope 'rhino.global' has been refuse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 03:45 AM
I am trying to updated some fields on the scope_table from global it gives me security restricted error I followed
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727180
by selecting the can write option in my case also tried creating application cross scope still got same error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 04:12 AM
Hello Priti,
Can you go to the table and verify if the for create option is checked against your table for which you are getting the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 04:16 AM - edited 05-17-2023 04:17 AM
yes I tested with can create selected and running script from bg and it gave me this
Security restricted: Write operation against 'scope_table' from scope 'rhino.global' has been refused due to the table's cross-scope access policy
If I change my scope name in bg script and then run it gives me output

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:18 AM
Techncially in which scope is yoru script going to run. You need to provide write access for that scope on that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:19 AM
am sending an mail from outside in servicenow then this script will get trigger so its from global