Hide breadcrumbs in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 11:32 AM
How to breadcrumbs via URL parameter in Service Portal.
Case: On user profile page in service portal I'm providing a link to open delegates list view for that user which opens up in another page which uses data table widget. Below is the link added in Body HTML section of the widget-
<a ng-href="?table=sys_user_delegate&id=list&filter=user={{data.sysUserID}}">
Issue: How/What could I pass additional parameter in URL such that filter is hidden on new page when above url is opened ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 12:35 PM
I don't think the breadcrumbs support that by default. You'd have to clone the breadcrumbs widget, then have it accept a url parameter to hide itself. Or you could just remove the breadcrumbs widget from one of the pages you're linking to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 08:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 07:33 AM
Does this hide breadcrumbs everywhere?? If so, is there a way to hide breadcrumbs on specific modules such as Delegates list view in service portal??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2017 06:12 AM