Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more 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
16 REPLIES 16

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

Thanks and Regards
Amit Verma

Hi   @vermaamit16 

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

Thanks and Regards
Amit Verma