Error in scope application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 12:40 AM
I'm getting below error while using flow designer: -
Security restricted: Read operation on table 'sn_hr_core_profile' from scope 'SuccessFactors Spoke' was denied because the source could not be found. Please contact the application admin.
GlideSession message was modified by sanitization. [message=Read operation on table 'sn_hr_core_profile' from scope 'SuccessFactors Spoke' was denied. The application 'SuccessFactors Spoke' must declare a cross scope access privilege. Please contact the application admin to update their access requests.]
I have created scope but still not working:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 12:48 AM - edited ‎06-13-2024 12:51 AM
check the "Restricted Caller Access Privileges" [sys_restricted_caller_access]
if you have the error message the request should be created in this table, ( there should be a record with status = Requested for your permission)
open the record, change the state to allowed and retry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 01:12 AM
Created in "sys_restricted_caller_access" also but still not working. I'm using a flow designer "parse script step"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 01:24 AM - edited ‎06-13-2024 01:27 AM
on the cross scope privilege you have a type = table as the error message mentions?
on the Restricted Caller Access Privileges try to have source type scope instead of flow and target type scope as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 06:06 PM
Create scope but still not working.