- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 12:25 PM
Hi All,
I am looking for assistance/best practice to update the EC global header menu on all pages. I am looking to remove the "My Task" and change "My Request" to "My Tickets." I have read a few documentation that because the header menu is hard coded for "My Request," that this isn't a best practice. Is there any potential workarounds for this.
I thought it was just a matter of updating the JSON for the instance with menu header that pertains to the EC header. Please see screenshots and any assistance would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 12:09 PM
Hello @davibow ,
For to remove 'My Tasks' updating the JSON for the instance with menu header as 'displayValue' & 'value' : 'False' for the object "enable_tasks".
For to change "My Request" to "My Tickets" clone the widget "Employee Center Header" and change the HTML code will be the better option.
@davibow , Please mark my answer as the accepted solution and helpful. If it is works for u.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 12:09 PM
Hello @davibow ,
For to remove 'My Tasks' updating the JSON for the instance with menu header as 'displayValue' & 'value' : 'False' for the object "enable_tasks".
For to change "My Request" to "My Tickets" clone the widget "Employee Center Header" and change the HTML code will be the better option.
@davibow , Please mark my answer as the accepted solution and helpful. If it is works for u.
Thank you.