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.

Getting 'Scope does not have access to table sn_hr_core_case_relations' while trying to lookup a record in Flow Designer

Pratyay
Tera Contributor

find_real_file.png

I have also tried creating cross scope privileges to read and write from source application to target app in my instance and it still does not work. Any idea about this ?

10 REPLIES 10

Rafael Krindges
Kilo Guru

Hello,

I had a similar issue and was able to work around creating a new entry in the Restricted Caller Access Privilege table.

The table I tried to change a record is sn_hr_le_case in the Human Resources Lifecycle Events application.

 

Create a new entry with:

Source Scope: Your Scope

Source Type: Scope

Status: Allowed

Target Scope: Human Resources: Lifecycle Events

Target Type: Table

Target: Table: HR Lifecycle Events Case

Operation: Write

 

 

I tried first setting the target table to sn_hr_core_case (parent table of sn_hr_le_case) but it didn't work. I'm assuming will need an entry for each HR case table 😞

 

Rafael.