Employee center header change

Rajendar3
Tera Contributor

In the Employee Center header ...Can we rename My Tasks, My Requests to My Open Tasks & My Open Requests also I want to change the order of this menu ...If yes where it needs to be modified 

Rajendar3_0-1691078953460.png

 

@Pooja_Patil @Jonathan Ting 

1 ACCEPTED SOLUTION

Dan O Connor
ServiceNow Employee

@Rajendar3 To rename the menu items you will need to go to your Employee Center Portal record and open the Header Menu. In there you will see the widget being called.

 

If you look at the widget code, I think it is in HTML section, you will see the Menu names. 

 

You will need to clone the OOTB Header in order to perform a rename, so be wary of the implications of that. But this is where you would rename the Header Menu items, in the widget itself. 

View solution in original post

12 REPLIES 12

Hi @Rajendar3 

 

Please mark the answer as correct solution and helpful if helped.

Dan O Connor
ServiceNow Employee

@Rajendar3 To rename the menu items you will need to go to your Employee Center Portal record and open the Header Menu. In there you will see the widget being called.

 

If you look at the widget code, I think it is in HTML section, you will see the Menu names. 

 

You will need to clone the OOTB Header in order to perform a rename, so be wary of the implications of that. But this is where you would rename the Header Menu items, in the widget itself. 

Just as an addition to folks who might come here and see this solution to search. 

You can also use system translation (messages) as a kind of configurable way to change the Menu appearance. 

Setup an English translation (or whatever language) and add the key and value. So for example 

My Requests -> My Open Requests. 

Whenever the system sees 'My Requests' it will change it to say 'My Open Requests'.