How to remove "Service Catalog" from breadcrumb options?

patricklatella
Mega Sage

Hi all, I've got a portal, which has the Service Catalog set to it.  I've got a record producer for "Report an issue" that I only want one navigation path to and from...so from an icon link on the homepage you can go to the record producer...and then I only want the breadcrumbs to show "Home".  However when I do this it is showing "Service Catalog" in the breadcrumbs, even if I remove the record producer from the "Service Catalog", it still shows "Service Catalog" in the breadcrumbs?  Is it possible to remove the "Service Catalog" option from the breadcrumbs without cloning a widget?  If cloning a widget is possible, any help with the script edits would be great.  I'm working with the "SC Catalog Item Deprecated" widget in London.

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

patricklatella
Mega Sage

I actually achieved this a couple different ways.  For one portal I just didn't enter any value for the "Catalog" field on the Portal record.  Then in the catalog item record I didn't add a value for Category, and it worked.  Shows like this in the portal which is what I wanted: note that the breadcrumbs just shows the item and Home.

The 2nd way was to have the Catalog field entered on the Portal record, but then for the catalog item to have neither the Catalog nor the Category field filled...same desired result.

find_real_file.png

View solution in original post

5 REPLIES 5

SanjivMeher
Kilo Patron
Kilo Patron

If you have the page id, open the page and look for the breadcrumb widget, which you need to modify.


Please mark this response as correct or helpful if it assisted you with your question.

Hi Sanjiv,

thanks for the response.  So you're saying to clone and modify the breadcrumbs widget?

I think you need to clone the widget which is on the main page.

The client controller has that script. I think the value you insert to $scope.data.categories holds the navigation text in array format.

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

ok yeah I saw that...I'll play with that and see if I can get it working.  thanks Sanjiv!