In FLow Designer i'm getting this error Scope does not have read access to table sn_hr_core_service,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 09:01 PM
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 09:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 09:36 PM
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).
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 10:15 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 10:40 PM
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.