Getting Errors on Employee Centre Portal

Sumer Sharma
Tera Contributor

Hi Everyone,

 

I want to add a text on the header in employee center portal and for that I make changes on the Employee center header widget and after making the changes it starts showing the below errors. Even after reverting it to the previous version it doesn't get resolved. 

 

Here are the changes I made to the widget

1. In Html part I created a div tag with id and provide a text in that tag.

2. In CSS part I provide the styling to the above created div tag.

 

I have attached the below screenshot for your reference

 

Thanks

Sumer Sharma

 

SumerSharma_0-1718884593501.png

 

 

1 ACCEPTED SOLUTION

Sajal Gupta
ServiceNow Employee
ServiceNow Employee

@Sumer Sharma Please use the navigator to open the Restricted Caller Access table

SajalGupta_0-1718950604134.png

You will find a few records with the status as "invalidated", Please mark them as allowed.
Also, look for other RCAs in the requested state to give cross-scope access if you're using those functionalities on the portal.

Regards

Sajal

View solution in original post

2 REPLIES 2

Sajal Gupta
ServiceNow Employee
ServiceNow Employee

@Sumer Sharma Please use the navigator to open the Restricted Caller Access table

SajalGupta_0-1718950604134.png

You will find a few records with the status as "invalidated", Please mark them as allowed.
Also, look for other RCAs in the requested state to give cross-scope access if you're using those functionalities on the portal.

Regards

Sajal

harshithara
Tera Contributor

This is very helpful. Thanks for sharing