To hide filter for My Work module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2016 09:11 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2016 09:47 PM
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
But I don't think you can do this only for one module. So making the filter fixed would be a viable workaround.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2016 10:46 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2016 10:48 PM
Sorry no idea on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2016 10:54 PM
Thanks kalai