The CreatorCon Call for Content is officially open! Get started here.

Service portal menu

abhi56
Tera Contributor

Hi I am trying to add something beside my task or my to do but it it is not going there 

in the screenshot i want to add th My apps beside my to do 

i tried to modify the addition option for the instnace with menu it worked only for the my todos but when i am trying to add my apps it is noit working

"enable_tasks":{
"displayValue":"true",
"value":true
},

"enable_more_items":
{
"displayValue": "true",
"value": true,
"sysId": "69e8a83b87f6d61074b385130cbb3558"-----this is working
},
"enable_favorites":
{
"displayValue": "true",
"value": true,
"sysId": "ba78dc2f87df929474b385130cbb3520"------this is the sys id of the menu item not working
}
}

 

 

pls help quite urgent

1 REPLY 1

Twinkle S
Mega Sage
Mega Sage

Hi,

For My App to appear next to To-dos or my requests, you need to add the code in the header menu .If you are using OOB Header menu then it must be Employee Center Header present inside the Theme.

twinkle4_1-1738255031176.png

 

Add code similar to below and change the href id:

<div class="gt-menu-item" >
<a href="?id=my_app" id="cases_popup" aria-label="${My App}"> <!-- TODO: Link for App -->
<span ng-bind-html="'${My App}'" aria-hidden="true"></span>
</a>
</div>

 

 

twinkle4_0-1738254817755.png

 

If you feel this was helpful, please consider giving thumbs up and if it solved your issue, please mark this correct.
Thanks