The CreatorCon Call for Content is officially open! Get started here.

about table's cross-scope access

jieLian123
Tera Expert

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"

1 ACCEPTED SOLUTION
15 REPLIES 15

Can you check if your target table allows read access to all the scopes? 

 

SandeepRajput_0-1709201322440.png

 

yeah, this is my setting. for your reference.

jieLian123_0-1709201585742.png

 

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.

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

jieLian123_0-1709256556487.png

 

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 :

https://www.servicenow.com/community/developer-forum/quot-write-operation-from-scope-rhino-global-ha...

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.