We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Employee Service Portal Issue

vidyajadhav
Tera Contributor

Hi All,

 

In Employee Service Center Portal, I want to remove the options My Tasks and My Requests from the header menu in right side corner. These options are under Employee Center Header. I made the copy of Employee Center Header and changed the script as per below to remove those items (True to False) from header. 

<span ng-bind-html="'${My Tasks}'" aria-hidden="false"></span>

<span ng-bind-html="'${My Requests}'" aria-hidden="false"></span>

 

How to change the Header settings from Employee Center Header to Copy of Employee Center Header in ESC portal to reflect the required changes.

2 ACCEPTED SOLUTIONS

AyushKumarM
Giga Guru

Hi @vidyajadhav ,

You  can  go to the Employee center menu and change the JSON to false for required fields. Please mark this as a solution.
Thank you

View solution in original post

Ankur Bawiskar
Tera Patron

@vidyajadhav 

this link has solution

How to remove "my task" and "my request" menus from employee center SP 

Steps

1) go to this URL 

https://instanceName.service-now.com/nav_to.do?uri=sp_instance_menu.do?sys_id=493d01365368301056c1dd...

2) in the JSON make these 2 as false i.e. value and displayValue

AnkurBawiskar_0-1751969361326.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

AyushKumarM
Giga Guru

Hi @vidyajadhav ,

You  can  go to the Employee center menu and change the JSON to false for required fields. Please mark this as a solution.
Thank you

Ankur Bawiskar
Tera Patron

@vidyajadhav 

this link has solution

How to remove "my task" and "my request" menus from employee center SP 

Steps

1) go to this URL 

https://instanceName.service-now.com/nav_to.do?uri=sp_instance_menu.do?sys_id=493d01365368301056c1dd...

2) in the JSON make these 2 as false i.e. value and displayValue

AnkurBawiskar_0-1751969361326.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader