Unable to generate entities in entity filter when targeting to sn_hr_core_profile table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Unable to generate entities in entity filter when targeting to sn_hr_core_profile table
I gave Cross-Scope priviliage still unable to get the entities @FYR
still unable to get the entities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Would it be an option for you to use the sn_sys_user table? Would this be easier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
Hi @ashokegorlu
The Profile table is locked down to users with one of HR roles and has physical separation even from the admin role (something that is decoupled when implementing HRSD), so it's is highly unlikely you will be able to query any data from inside HRSD without being a user with one of the HR roles and although scripting traditionally ignores ACLs, it is not the case with HRSD and quite a few other scoped applications. Cross-scope privileges won't unlock this as obviously an admin could create these to unlock access to sensitive HR data.
As @Tom_T has mentioned - use the sys_user table instead - the HR profile record will reference the same person anyway.
I hope this helps!
Mat