Service Portal: Adding custom menu to the SP Header

maheshm
Tera Expert

Hi there,

can someone help me with a code snippet that allows me to insert a drop down with bunch of URLs in it in the SP Header Menu of the Service Portal ?

find_real_file.png

Am actually trying to add a drop down with URLs next to System Status.

any references on this would be of great help.

thanks,

Mahesh M.

1 ACCEPTED SOLUTION

That particular dropdown menu exists in Service Portal Widget "Stock Header" on lines 32-35 (see screenshot). I ended up cloning this widget to make my customizations, and in fact added a couple of entries to this dropdown. If you do this, you'll need to point your Service Portal > Theme to point to your new header widget.



header.PNG


View solution in original post

6 REPLIES 6

brian_
Tera Guru

To just add menu options, navigate to Service Portal > Menus. Select SP Header Menu, and you can add new entries there.


thanks for your response Brian. the requirement is to have a custom menu with drop down. similar to the one pasted below.



any code reference would be of great help.



find_real_file.png


That particular dropdown menu exists in Service Portal Widget "Stock Header" on lines 32-35 (see screenshot). I ended up cloning this widget to make my customizations, and in fact added a couple of entries to this dropdown. If you do this, you'll need to point your Service Portal > Theme to point to your new header widget.



header.PNG


thanks for this Brian. i would explore this and keep you posted.