Write operation against table from scope has been refused

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2015 11:01 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2015 11:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 02:04 AM
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.
Depending on your case you may also need to check the "Can update" box.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 12:02 AM