- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2025 03:14 PM
Hi,
We are trying to implement the Employee Center Out of the Box widget, 'My Items' which shows tasks, requests, surveys , and Today's Reservations to our custom portal.
When adding the widget to the page the functionality is fine up until i click 'Requests'
After clicking requests, I am getting an error for an HR util.
I tried creating cross scope privileges for global to have access to the HR script hr_caseOpenRequestFilterUtil. (script is in Human Resources: Core application).
But I get this error
Any help is appreciated! Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2025 10:40 PM
Hi @spencerc3 ,
- Navigate to System Applications > Restricted Caller Access.
- Search for a record where:
- Source Scope: Global
- Target Type: Script Include
- Target: hr_caseOpenRequestFilterUtil
- The Status of this record will likely be Requested or Invalidated.
- Open the record and change the Status to Allowed.
- Save the record.
After applying solution, clear your browser cache and the ServiceNow cache by navigating to cache.do. Then, retry clicking the "Requests" tab in your custom portal to confirm that the error is resolved
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2025 10:40 PM
Hi @spencerc3 ,
- Navigate to System Applications > Restricted Caller Access.
- Search for a record where:
- Source Scope: Global
- Target Type: Script Include
- Target: hr_caseOpenRequestFilterUtil
- The Status of this record will likely be Requested or Invalidated.
- Open the record and change the Status to Allowed.
- Save the record.
After applying solution, clear your browser cache and the ServiceNow cache by navigating to cache.do. Then, retry clicking the "Requests" tab in your custom portal to confirm that the error is resolved
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2025 07:29 AM
This solved it! Thank you!
