Add drop down menu option to User profile

jewellauber
Tera Expert

I am trying to add a menu option to the user profile.  I made a copy of the Employee Center Header widget and am attempting to edit the section below to include an the option" <li><a ng-href="?id=user_delegate">Delegate</a></li>"

 

Employee Center Header:

 

<!-- Avatar (User profile Dropdown) with only Impersonate & Logout options -->
<div class="impersonate-and-logout header-nav-item" ng-if="!showMobileMegaMenu">
<sp-widget widget="data.avatarDropDown"></sp-widget>
</div>

 

It looks like it's referencing avatarDropDown widget if I am understanding this correctly.  I have tried doing a search for this widget but I am unable to find it.  Does anyone know where I can find it?  I am trying to add the "Delegate" option to the drop down.  If you see below we had done this before on the Service Portal page.  

 

 

SP Header: 

jewellauber_0-1730215116089.png

 

1 ACCEPTED SOLUTION

jewellauber
Tera Expert

I figured out how to add links to the menu.  Navigate "Widgets" on the filter navigator under the "Service Portal" Application.  Do a search for "Profile with Drop Down" and make a copy of that.  There you would add the code, <li><a ng-href="?id=user_delegate">Delegate</a></li>".  Last you will need to update the ESC header widget, of course you should clone it,  then reference the copy of the Profile with drop down page in the server script section.

View solution in original post

1 REPLY 1

jewellauber
Tera Expert

I figured out how to add links to the menu.  Navigate "Widgets" on the filter navigator under the "Service Portal" Application.  Do a search for "Profile with Drop Down" and make a copy of that.  There you would add the code, <li><a ng-href="?id=user_delegate">Delegate</a></li>".  Last you will need to update the ESC header widget, of course you should clone it,  then reference the copy of the Profile with drop down page in the server script section.