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.

Community Alums
Not applicable

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.

find_real_file.png

4 REPLIES 4

Community Alums
Not applicable

Hi @Awais Ahmed ,

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

More menu on the global header in the Employee Center
More menu on the global header in the Employee Center
  1. Navigate to All > Service Portals > Portals.
    The Service Portal module displays the list of all the available portals.
  2. Click Employee Center.
  3. Next to the Main menu field, click Preview this record and open the record.
  4. In the Menu Items related list, click More.
  5. In the Menu Items related list, click New.
  6. On the form, fill in the fields. For more information about the form fields and descriptions, see Menu Item form.
  7. 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

Community Alums
Not applicable

Hello @Sandeep Dutta, Thanks for the Info. But my requirement is not to show My Assets and My Reservations in More. I Want to show separately like My Tasks & My Requests. 

Community Alums
Not applicable

Hi @Awais Ahmed ,

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

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>