Where can i find and edit the link for User Profile page in service portal Header Menu
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 07:01 AM
I am creating a new User profile page. Where can I replace oob link with the custom page link.
Labels:
- Labels:
-
Service Portal
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 07:07 AM
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>