To hide filter for My Work module

jeevitha3
Kilo Contributor

Hi ,

        In Incident application , I need to hide 'MY WORK' module's filter but same time filter on 'OPEN' or other module should be visible. I tried using omit filter , but it hides filter where ever table is used. Please suggest how to achieve this.

Thanks in Advance.

20 REPLIES 20

Kalaiarasan Pus
Giga Sage

You can add this parameter to the module to make the filter fixed


&sysparm_fixed_query=active=true



And you can hide the filter as per table or role based using the following


http://wiki.servicenow.com/index.php?title=Restricting_Filters_and_Breadcrumbs#Suppressing_Filters_a...



But I don't think you can do this only for one module. So making the filter fixed would be a viable workaround.


Hi Kalai,



Thanks for your response. Please help me out in this, I was trying to do for only one module .



I changed the module to be a type URL from Parameters, added '&showFilter=false' to the end of it. Then in the List Control Filter Condition I fetched the showFilter value (using RP.getParameterValue("showFilterl")) . By doing like this ,I am able to achieve it but when I refresh set of records I am getting filters again. Like, when I move to next set of records ,if I click filter out option then again filters are visible.


Sorry no idea on this.


Thanks kalai