Write operation against table from scope has been refused

Katie A
Mega Guru

I am nearly complete with a new application in Fuji.

I have two custom tables that are extended from task "x_myscp_loaner_res_loaner_reservation" and "x_myscp_loaner_res_loaner_res_task".

The first table "Loaner Reservation" has a workflow which responds to state changes and spawns child tasks in the second table "Loaner Task".

I have this working for the most part. I am table to spawn child tasks "Pre Deployment Prep" and "User Pickup". However, when the task "Post Deployment" is spawned this error message appears on the screen:

"Write operation against 'x_broi2_loaner_res_loaner_res_task' from scope 'rhino.global' has been refused due to the table's cross-scope access policy.

The tasks are all configured the same way in the workflow with the "Create Task" activity.

I am unsure of what could be causing this issue.Screen Shot 2015-08-19 at 2.00.00 PM.png

3 REPLIES 3

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Kathryn,



Can you make sure that the write operation is enabled for that particular custom tables. please refer the below link for more info.


http://wiki.servicenow.com/index.php?title=Application_Access_Settings


Open Studio and select the table from the menu to your left. Then click the Application Access tab. Make sure the "Accessible from" is set to "All application scopes" and that the "Can create" box is checked.


Udklip.PNG


Depending on your case you may also need to check the "Can update" box.



I hope this helps.


Vijendra2
Giga Contributor

Probably it could be late, I face similar problem also on the table as well. However, that has been resolved by updating the "Application access" into the table. I set "



find_real_file.png



-Vijendra Sainy


Please like, Helpful or Correct if this resolves your issue.