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

change the order of header items on EC portal

Rajendar3
Tera Contributor

I want to change the order of this menu. While I have a clear idea of how to do it in the service portal, in the ESC portal, there is a widget attached (Header Menu), and I'm not sure where I need to make the modifications.

Rajendar3_0-1693582602245.png

@Venkatesh_N @Eswar Chappa @Ashwini Jadhao @JonathanT @Jonathan Ting @Dan O Connor @Ankur Bawiskar @Community Alums 

 

2 ACCEPTED SOLUTIONS

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Unfortunately that's not configurable, so you would actually need to customize the widget 😞

You might also consider overriding CSS.  

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

Claude DAmico
Kilo Sage

ON the Service Portal record, open the Theme, then the Header on the theme which should be Employee Center Header with ID 'employee-center-header'. The OOB order is hard-coded in the HTML to My Tasks | My Requests | Favorites | More so you can rearrange that however you like. I'm not sure exactly how the More part is populated aside from it being done in the Server script.

Claude E. D'Amico, III - CSA

View solution in original post

3 REPLIES 3

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Unfortunately that's not configurable, so you would actually need to customize the widget 😞

You might also consider overriding CSS.  

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Claude DAmico
Kilo Sage

ON the Service Portal record, open the Theme, then the Header on the theme which should be Employee Center Header with ID 'employee-center-header'. The OOB order is hard-coded in the HTML to My Tasks | My Requests | Favorites | More so you can rearrange that however you like. I'm not sure exactly how the More part is populated aside from it being done in the Server script.

Claude E. D'Amico, III - CSA

Rajendar3
Tera Contributor

Thank you @Claude DAmico