How to Resolve Scope Application Error even after creating Application Scoped records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 09:03 AM
How to Resolve Scope Application Error even after creating Application Scoped records?
Error on New Portal:-
Read operation on table "sn_hr_core_case" from scope 'Global' was denied.
The application 'Global' must declare a cross scope access privilege.
Please contact the application admin to update their access requests.
Execute operation on script include "hr_scRequestClosedRequestFilterUtil" from scope 'Global' was denied.
The application 'Global' must declare a cross scope access privilege.
Please contact the application admin to update their access requests.
Execute operation on script include "hr_scRequestOpenRequestFilterUtil" from scope 'Global' was denied.
The application 'Global' must declare a cross scope access privilege.
Please contact the application admin to update their access requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 09:29 AM
Hey Vikas,
I hope you are doing well.
If you want your script includes to be accessed from other scopes, then allow it to be accessed from other scope.
For table access make sure, your Table ACL allow other scopes to read from the table.
I hope this information helps you. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 05:35 AM
Hi Habib,
It is already Accessible from All Application Scopes
I have created 3 Application Scopes record Still facing same Error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 08:33 PM
Hi @VIKAS45 ,
Go to script include and set "Application from" as all application scopes and try to access your script include like.
<your application scope>.ScriptIncludeName().functionName()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 05:39 AM
Hi Sandeep,
It is already Accessible from All Application Scopes
I have created 3 Application Scopes record Still facing same Error.