- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 03:34 PM
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.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2019 06:15 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 03:45 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 04:05 PM
Hi Sanjiv,
thanks for the response. So you're saying to clone and modify the breadcrumbs widget?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 04:24 PM
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.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 04:58 PM
ok yeah I saw that...I'll play with that and see if I can get it working. thanks Sanjiv!