- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 07:39 AM
HI Expert,
I want to add additional drop down item under the user menu on header menu, but could not find where to customize it, could some give me a hint?
Thanks lot for your help!
Jerry
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 07:50 AM
clone the "Stock Header" widget and there in html part you have to add another li tag to show the drop down.
html:
result.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 07:43 AM
Hi,
That comes from the widget. You can check for that from
1. Service Portal >> Portals. Then look for required portal & then look for Themes. Open the Theme record & then look for the Header field that holds the record which has a code for the same.
So, you need to clone the widget & then use it if required.
2. Alternatively, you can look for Service Portal >> Header & Footer from application navigator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 07:53 AM
Thank you both very much!!
Jerry