Breadcrumb widget logic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 11:42 PM
Can anyone please explain me the breadcrumb widget logic? I want to customize it for my custom pages.
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 12:00 AM
Hi @Eswar13 ,
The breadcrumbs widget allows users to easily navigate around a portal. You can use this base system widget as-is in your portal or clone it to suit your own business needs.
Using the widget
The breadcrumbs widget displays information based on where a page is located in a portal. For example, if you navigate to the Knowledge Base from the home page, then the breadcrumb reads as Home > Knowledge Base. Each subsequent page that you open expands the breadcrumb.
Click a page name on the breadcrumbs widget to navigate to that page. For example, to return to the home page, click Home.
You can customize this widget to change the breadcrumb path. For more information, see KB0719179.
Instance options
The breadcrumbs widget does not have instance options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 12:27 AM
Hi Sandeep,
Thank you for answering!
I tried the logic that was mentioned in article by broadcasting the event using JSON object as an argument. But still no luck.
Do you have any other way to achieve this?
Thanks in advance!