- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:00 AM
I need to add a new menu item to a header in the employee center. Even though I created a new menu item under 'More' it was not displaying on the employee center. Anyone let me know if anything I need to do so far so I can able to get the menu item on the employee center header?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 07:37 AM
Hi @Aditya02
As per above link only Sub menu can be added.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 08:43 AM
Hello @Aditya02
You can add menu items to the navigation header through taxonomy. To learn more about how taxonomy is created and managed, check out the YouTube video "Employee Center Academy: Understanding Employee Center and Curated Experiences" on the ServiceNow Community channel.
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:57 PM
Hello @Aditya02
Adding the menu items in Taxonomy will display the menu item in navigation header
Here are the steps to hide "My Requests" and "My Tasks" from the header:
- IN Navigation menu -> portal -> select your portal.
- Open the record in field Main menu
- In the Additional options, JSON format make the displayValue and Value false for "My Requests" and "My Tasks".
Screenshot for your reference:
Updated the JSON format:
This will hide the "My Requests" and "My Tasks" from Header.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:10 PM
Hi @Juhi Poddar ,
If I add a menu item in the taxonomy, will it appear in the header menu next to the "More" menu item? Additionally, I want to hide "My Requests" and "My Tasks."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:57 PM
Hello @Aditya02
Adding the menu items in Taxonomy will display the menu item in navigation header
Here are the steps to hide "My Requests" and "My Tasks" from the header:
- IN Navigation menu -> portal -> select your portal.
- Open the record in field Main menu
- In the Additional options, JSON format make the displayValue and Value false for "My Requests" and "My Tasks".
Screenshot for your reference:
Updated the JSON format:
This will hide the "My Requests" and "My Tasks" from Header.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar