Scope Application Cross-scope access policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 05:41 AM
Hi All
I have built a scoped application which constitutes of few tables, when a record is inserted on one of the table , it inserts a record in the table X in global scope. a BR is written on this X table under scoped application on insert for aborting the insert if some condition matches.I found the below error when BR fires.
"Access to api 'setAbortAction' from scope 'x_0016_licence_man' has been refused due to the api's cross-scope access policy"
I have read other post on cross-scope access policy but did not found a valid solution to his problem , Can some one please help me in sorting this out.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 04:26 AM
Hi Chuck
I am on Istanbul. I am trying to submit a record producer in HR Scope and there in the script area i have mentioned to abort the action.
Thanks
Sonali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 04:46 AM
Hi Chuck
I have created a record producer on HR Service Portal scope which creates a HR cases in HR Core scope. So when i use AbortAction on Record producer, I get that err message.
Thanks
Sonali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 10:01 AM
Hello Sonali,
Is the record producer created in the same scope? To reproduce the issue, can you please give details on the plugin to be installed and exact table names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 12:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2019 01:57 AM
Go to Business Rule written on X Global scope table, check "Abort Action" checkbox available in Actions tab of that Business Rule. In Advanced tab, you will be getting just Condition and not scripting but you can call script include having specific criteria to abort action.