The CreatorCon Call for Content is officially open! Get started here.

Hide/remove breadcrumbs in list view?

Rahul J
Mega Expert

G'day,

Is there any way I can hide breadcrumbs highlighted as Yellow:

find_real_file.png

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.

find_real_file.png

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

6 REPLIES 6

Gaurav Shirsat
Mega Sage

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

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