Drop Down Menu in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2016 09:14 PM
Hello All,
How to implement an drop down like this way in Service Portal.
When I added menu item first level is coming correct but and then its now working.Can some one help on this?
Thank
Saranya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2018 01:41 AM
Hello
for the standard spDropdownTree, you call it by <sp-dropdown-tree>, but how do I call myown custom template?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2018 01:48 AM
Hi ,
can you please provide me script for this ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2018 05:04 PM
ServiceNow have used a "hidden" widget "sp-dropdown-tree" that no doubt uses the spDropdownTree template. This should be raised as a bug, because one cannot just "clone" the OOB header without breaking the template script, because one doesn't have access to the widget to then clone and modify it to point to the new cloned template 'cloned_spDropdownTree'.
Thus breaking their own "cloning" model by using an enternal widget for the main header widget, and thus not being able to easily customise the header!