- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 01:12 AM
Hello everyone
I tried to modify the tab of the todolist, and modified a scriptincluede (Name: todoPageUtils) for this purpose. Now as soon as the employee center is refreshed, the error message below appears. Is there any way to solve it?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 01:44 AM
Hi @yuchen zhang ,
These error can be fixed based on any of the two situations:
1. The Restricted Caller Access Privilege record does not exist
2. The Restricted Caller Access Privilege record is in a Status other than Allowed
First have a look if the Restricted Caller Access Privilege record already exists. Navigate to:
System Applications > Application Restricted Caller Access
Then search for:
- Operation = Execute API (the first error mentions "Execute operation")
- Target = Script Include: todoPageUtils (the first error mentions "on script include 'todoPageUtils'")
- Source = Widget: Employee Center Header (the last error mentions "Employee Center Header", which of course is the Widget you updated)
If you find a match, have a look at the Status of the Restricted Caller Access Privilege record. Most likely the Status is "Invalidated" or "Requested". Make sure you are in the correct Application Scope (Employee Center Core), and update the Status to "Allowed".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 01:44 AM
Hi @yuchen zhang ,
These error can be fixed based on any of the two situations:
1. The Restricted Caller Access Privilege record does not exist
2. The Restricted Caller Access Privilege record is in a Status other than Allowed
First have a look if the Restricted Caller Access Privilege record already exists. Navigate to:
System Applications > Application Restricted Caller Access
Then search for:
- Operation = Execute API (the first error mentions "Execute operation")
- Target = Script Include: todoPageUtils (the first error mentions "on script include 'todoPageUtils'")
- Source = Widget: Employee Center Header (the last error mentions "Employee Center Header", which of course is the Widget you updated)
If you find a match, have a look at the Status of the Restricted Caller Access Privilege record. Most likely the Status is "Invalidated" or "Requested". Make sure you are in the correct Application Scope (Employee Center Core), and update the Status to "Allowed".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 02:29 AM
Thank you very much!
you solved my problem perfectly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 01:45 AM
You can also refer below article for more details