Hide/remove breadcrumbs in list view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 11:10 PM
G'day,
Is there any way I can hide breadcrumbs highlighted as Yellow:
I tried using List Control> Omit Filters. Not only it removes breadcrumbs but also filter present above column.
Secondly, I used &sysparm_fixed_query=active=true in argument section of Link Type.
to make breadcrumb query fixed. But, my requirement is to either gray out "All" present in breadcrumbs or to hide/remove whole filter query present as a breadcrumb.
Any help will be much appreciated.
Cheers,
Rahul J

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 11:32 PM
Hello Rahul
1)Go to Configure--> List Control on the list on which you want to hide the filter breadcrumb. There, you can see an option called Filter Roles. Here, you can specify the roles to whom you want to show the breadcrumbs.
OR
2)you can add this to your module
sysparm_whatever=true
or
ommit the filer condition
RP.getParameterValue("sysparm_whatever") == "true";
OR
3)also you can follow the below link...
https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/list-administrati...
Please Mark the answer as Helpful or Correct
Thanks and Regards
Gaurav Shirsat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 11:46 PM
Hi Gaurav,
But if I'll Filter Role it will also hide/remove filters present on the top of columns isn't it? Anyway I have used all of the approached you've mentioned but no luck.
Cheers-
Rahul J