- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 02:49 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:07 AM - edited 07-08-2025 03:09 AM
this link has solution
How to remove "my task" and "my request" menus from employee center SP
Steps
1) go to this URL
2) in the JSON make these 2 as false i.e. value and displayValue
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 03:07 AM - edited 07-08-2025 03:09 AM
this link has solution
How to remove "my task" and "my request" menus from employee center SP
Steps
1) go to this URL
2) in the JSON make these 2 as false i.e. value and displayValue
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader