- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2016 07:00 PM
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 ?
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 06:38 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 06:55 AM
To just add menu options, navigate to Service Portal > Menus. Select SP Header Menu, and you can add new entries there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 06:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 06:38 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 06:51 PM
thanks for this Brian. i would explore this and keep you posted.