- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 05:04 AM
Hello,
We want to add below options in the user profile drop down in ESC portal:
1. My Org Chart -> this option should go to the OOB Org chart widget available on ESC
2. My Delegates -> in native UI if we go to our profile we can see delegates section and we are able to add new delegate. Same thing has to be replicated in the ESC Portal.
We have scoured the internet for this but cannot find a way to add it under the user profile dropdown.
Please do help as it is a bit urgent.
Thank you!
PS: we do not want to use granular delegation plugin for delegates option.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:36 PM - edited 06-11-2024 11:38 PM
Found the solution after hours of looking at the Employee center Header widget.
Found that the avatar dropdown is coming from profile-with-drop-down widget.
Updating solution here for future use.
Go to profile-with-drop-down widget.
Add below lines in the html code below the line tag of Profile option:
<li class="header-menu-item" role="presentation"><a tabindex="-1" ng-href="?id=my_org_chart" role="menuitem">${My Org Chart}</a></li>
<li class="header-menu-item" role="presentation"><a tabindex="-1" ng-href="/esc?table=sys_user_delegate&id=list" role="menuitem">${My Delegates}</a></li>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:38 PM
hahahaha i just posted the solution myself. Anyway thanks for replying!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:38 PM
Clone esc header and clone profile-with-drop-down ,add both option in HTML of profile-with-drop-down widget. Then update this cloned header to EC theme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:36 PM - edited 06-11-2024 11:38 PM
Found the solution after hours of looking at the Employee center Header widget.
Found that the avatar dropdown is coming from profile-with-drop-down widget.
Updating solution here for future use.
Go to profile-with-drop-down widget.
Add below lines in the html code below the line tag of Profile option:
<li class="header-menu-item" role="presentation"><a tabindex="-1" ng-href="?id=my_org_chart" role="menuitem">${My Org Chart}</a></li>
<li class="header-menu-item" role="presentation"><a tabindex="-1" ng-href="/esc?table=sys_user_delegate&id=list" role="menuitem">${My Delegates}</a></li>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 03:40 AM
I was looking for the exact use case, Thanks it worked..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 12:47 PM
can we query this for logged in users only?