Drop Down Menu in Service Portal

salu
Mega Guru

larstange

Hello All,

How to implement an drop down like this way in Service Portal.

find_real_file.png

When I added menu item first level is coming correct but and then its now working.Can some one help on this?

Thank

Saranya

7 REPLIES 7

Hello
for the standard spDropdownTree, you call it by <sp-dropdown-tree>, but how do I call myown custom template?

NewUser5
Kilo Contributor

Hi ,

 can you please provide me script for this ?

thanks

scottl
Kilo Sage

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!