How to Resolve Scope Application Error even after creating Application Scoped records?

VIKAS45
Tera Guru

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.

 

 

6 REPLIES 6

Taha Habib
Tera Guru

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.

TahaHabib_0-1672680282310.png

For table access make sure, your Table ACL allow other scopes to read from the table.

 

I hope this information helps you. Thank you.

 

 

Hi Habib,

 

It is already  Accessible from All Application Scopes

I have created 3 Application Scopes record Still facing same Error.

Community Alums
Not applicable

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()

 

Hi Sandeep,

 

 

It is already  Accessible from All Application Scopes

I have created 3 Application Scopes record Still facing same Error.