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

Omit filter condition

Nick105
Kilo Expert

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

4 REPLIES 4

Mahira
Tera Guru

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


Nick105
Kilo Expert

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?


Nick105
Kilo Expert

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' )"


jeevitha3
Kilo Contributor

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.