Error on HR Talent Management Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 06:19 AM
Is anyone aware of this type of ERROR - Illegal access to package_private script include MARS_RPhrUtil: caller not in scope sn_hr_core
Any help would be greatly appreciated.
Thanks,
Puja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 06:48 AM
Hi @puja kumari the error indicates that you are accessing a script that is scope restricted, see image below. Change the script "accessible from" value to "all application scopes"
hope that help
--
Bala Guthy
Please mark this as helpful or a solution as appropriate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 11:13 AM
Hi Puja,
It sounds like your script include (MARS_RPhrUtil) is not accessible to the HR Core application scope, but trying to be called/used from it. If you look at that script include, validate what the "Accessible from" value is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 09:56 PM
Hi @Susan Britt
I've checked all the client scripts that include this particular script, and they're all developed within the same application as the script itself. Despite this, the error continues to appear.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 07:39 AM