Omit filter condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2012 10:57 PM
Hi There,
I have come across this old article from 2008 but after testing am unable to get it to work.
"I changed the module to be a type URL from Parameters, put in the URL and added '&showFilter=false' to the end of it. Then in the List Control Filter Condition I fetched the showFilter value (using RP.getParameterValue("showFilterl")) and based on that I set the omit_filters field value."
Hiding filters/breadcrumbs
Does anyone know how to use this functionality?
There does not appear to be any documentation on the wiki however the field (although hidden) still does exist.
Is there something i am overlooking or is the above all that there is to do?
Thanks
-Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2012 05:22 AM
Hi Nick,
If you want to disable the filter functionality for all , it would suffice to make the Omit Filter checkbox as checked for that particular list by navigating to the List Control.
Thanks ,
Mahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2012 03:43 PM
Hi Mahira,
I would still like to keep this functionality alive for ITIL users just another particular role (external) who also share ITIL i would like removed.
Do you know if this is possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2012 06:32 PM
This turned out to be much easier than anticipated.
All that was required was the "Omit Filter Condition" be added to the form with the following written within
"gs.hasRole ( 'external' )"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2016 09:23 PM
Hi,
If I use filter parameters then filter is hidden , but once after refreshing set of records, again filters are displayed. Is there any way to overcome this.
Thanks.