The CreatorCon Call for Content is officially open! Get started here.

How to solve the following erro

yuchen zhang
Tera Contributor

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?

yuchenzhang_0-1685434327059.png

Thanks in advance.

1 ACCEPTED SOLUTION

Manmohan K
Tera Sage

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".

 

View solution in original post

3 REPLIES 3

Manmohan K
Tera Sage

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".

 

Thank you very much!
you solved my problem perfectly!