Where can i find and edit the link for User Profile page in service portal Header Menu

rocktheboat
Giga Contributor

I am creating a new User profile page. Where can I replace oob link with the custom page link.

find_real_file.png

1 REPLY 1

jesseadams
ServiceNow Employee
ServiceNow Employee

Hi Som,


That is in the HTML template for the stock header widget.


Look for this code:


<ul class="dropdown-menu">


      <li><a ng-href="?id=user_profile&sys_id={{::user.sys_id}}">${Profile}</a></li>


        <li><a href="{{::portal.logoutUrl}}">${Logout}</a></li>


</ul>