Security restricted: Write operation against 'scope_table' from scope 'rhino.global' has been refuse

Priti18
Tera Expert

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.

 

4 REPLIES 4

asifnoor
Kilo Patron

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.

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


Techncially in which scope is yoru script going to run. You need to provide write access for that scope on that table. 

Priti18
Tera Expert

am sending an mail from outside in servicenow then this script will get trigger so its from global