changing breadcrumb widget "home"

yundlu316
Kilo Guru

In the ootb breadcrumb widget, there' s a part in the HTML for Home that looks like this:

  <li><a ng-href="?id={{portal.homepage_dv}}">${Home}</a></li>

Where does portal.homepage_dv get set?   I'm confused how this knows to take the user back to the homepage designated for the current Service Portal.   How would I edit the code so that the Home doesn't take you to the main homepage of the portal, but rather the main page of a particular section.   For example, I have the kb_category page link off of a page I created called "I Need Help".   For the Home link in the breadcrumb, I'd rather that take the user back to I Need Help, rather than the main homepage of my portal.   Any suggestions?

Thanks!

5 REPLIES 5

Rati2
ServiceNow Employee
ServiceNow Employee

This is an older thread, so maybe some of you guys figured it. However, i ran into a similar requirement and figure the home page is set within the portal's settings: 

Rati2_0-1740543669633.png

The "Homepage" field controls what this page would be. If the "home" for the breadcrumbs vary based on topics etc, then multiple breadcrumb widgets need to be configured, and this field could be hardcoded.