I want to add Two Menu Items to the left side of My Tasks & My Requests in ESC Portal. How can I add those ? Please refer to the attached screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 04:17 AM
Hi
Add your own list of items for user-related activities, such as My Assets, My Reservations, My Plans, My Surveys, and My Purchases on the More menu.
Role required: admin

- Navigate to All > Service Portals > Portals.
The Service Portal module displays the list of all the available portals.
- Click Employee Center.
- Next to the Main menu field, click Preview this record and open the record.
- In the Menu Items related list, click More.
- In the Menu Items related list, click New.
- On the form, fill in the fields. For more information about the form fields and descriptions, see Menu Item form.
- Click Submit.
Also, Refer to my Article for an example : How to add Cart Menu item in ESC/ESC pro Header Menu/ Mega Menu
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 04:33 AM
Hello
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 02:35 AM
Hi
You can use "More" option for your requirement and it would show in a drop down menu for "More". I doubt you can do it separately as of now.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2023 08:24 AM - edited ‎10-06-2023 08:37 AM
Hi @Community Alums ,
I want to place the Profile dropdown at the right end of the header, currently as per OOB it is before cart, but I have to place it after Tours. Is that possible.
I have tried replacing the tags in HTML like below, the profile is coming to end and dropdown are not half visible and also there is gap between Tours and Profile.
Please Suggest.
<!-- Cart, tours, and Wishlist -->
<div class="gt-menu-item" role="presentation">
<sp-widget widget="data.top.menu" id="menu_item"></sp-widget>
</div>
</div>
</div>
<!-- Avatar and its drop down (Desktop) -->
<div class="avatar-drop-down gt-menu-item" role="presentation">
<sp-widget widget="data.avatarDropDown" id="avatar_drop_down" ></sp-widget>
</div>
</div>