
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2022 04:54 AM
Breadcrumb navigation on Employee Center Portal is confusing and actually decreases usability. Is there a way to make all content appear in a consistent taxonomy so that breadcrumb navigation matches the mega menu?
Use Case As-Is
- Open Topic Page from Mega menu
- The breadcrumb reflects the content taxonomy
- Click on the catalog item
- The breadcrumb navigation changes to different taxonomy - a technical structure of catalogs
Use Case To-Be
- Open Topic Page from Mega menu
- The breadcrumb reflects the content taxonomy
- Click on the catalog item
- The breadcrumb navigation remains consistent, adds the final child item
Solved! Go to Solution.
- 3,789 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2023 08:42 AM - edited ‎04-19-2023 08:46 AM
Hello @Peter Zalman, how are you?
I am implementing an employee center and I faced the same problem.
I needed to create a custom widget to have this functionality using a function that ServiceNow itself uses to generate the breadcrumb of the taxonomies.(function present in the topics page)
There are some business rules for the operation of this widget, they are:
- Does not work if two topics are using the same item
- Does not work using content items
- If it doesn't find the breadcrumb, it will just be Home > Catalog Item Name.
How to implement:
- Install the attached widget.
- Go to Service Portal > Pages > esc_sc_cat_item
- Click on the instance where the HRM Back Button ( is on the instance and not on the widget name)
- Go to the Section Widget and change the widget to the breadcrumb taxonomy
Now where the back button widget will be replaced by the custom breadcrumb to show the taxonomy path to the catalog item.
If my answer helped you, please mark my answer as helpful.
Vanderlei Catione Junior | LinkedIn
Senior ServicePortal Developer / TechLead at Nuvolax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2025 07:30 AM
Hi @swostik , How are you?
You can make a copy of the sc_cat_item for your portal and add the taxonomy breadcrumb widget.
After that, you need to create a Page route map, to route for sc_cat_item to your_page_sc_cat_item