Service portal menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 08:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 08:36 AM - edited 01-30-2025 08:37 AM
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.
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>