Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

In FLow Designer i'm getting this error Scope does not have read access to table sn_hr_core_service,

smkreddy
Tera Contributor

HI All,
getting this error in flow designer. 
flow designer in workday scope . and record in HR core scope. comparing one field value in both the scopes .

 

smkreddy_0-1703048501078.png

 

10 REPLIES 10

Tai Vu
Kilo Patron
Kilo Patron

Hi @smkreddy 

You need to check two things:

1) Open the table definition and go to the Application Access tab. Check the values for 'Accessible from' and the other fields (depending if you're reading, updating, etc).

2) Create a record in sys_scope_privilege:

  • source scope = the application the Flow is in. Check the Flow Properties
  • target scope = The scope the table is in. Check Application field in Table definition
  • target name = the form name you are trying to update (and where the error is reported on)

 

Ref: KB0854565 - Error when executing Flow: Operation failed with error: scope does not have read ac...

 

Cheers,

Tai Vu

smkreddy
Tera Contributor

Hi @Tai Vu 

Still i'm getting error .

1) Open the table definition and go to the Application Access tab. Check the values for 'Accessible from' and the other fields (depending if you're reading, updating, etc).

smkreddy_1-1703050481350.png

 

2) Create a record in sys_scope_privilege:

  • source scope = the application the Flow is in. Check the Flow Properties
  • target scope = The scope the table is in. Check Application field in Table definition
  • target name = the form name you are trying to update (and where the error is reported on)

 

smkreddy_2-1703050548733.png

 

 



Hi @smkreddy 

Let's double-check this Restricted Caller Access Privileges [sys_restricted_caller_access] table.

If existing the operation Read with the status Requested from your source table and the target table sn_hr_core_service, let update the Status to Allowed. It should do the trick.

 

Cheers,

Tai Vu

smkreddy
Tera Contributor

Hi @Tai Vu 
Restricted Caller Access Privileges [sys_restricted_caller_access] no record is present . 

Got new Error. below are the new error details.
Error:   Read operation on table 'sn_hr_core_service' from scope 'Workday HR Spoke' was denied. The application 'Workday HR Spoke' must declare a cross scope access privilege. Please contact the application author to update their privilege requests.