Guides/Hiding-Fields-in-Filters.md
... ...
@@ -5,7 +5,10 @@
5 5
Hiding fields in filters is a way to disallow filtering on certain fields. You can programmatically prevent access to fields in the filters tab based on any arbitrary logic you wish to employ.
6 6
7 7
##Example
8
+Here are the available fields before hiding any:
9
+![Before Hiding Fields](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/not-hidden.png)
8 10
11
+And here are the available fields after hiding all that contain the word "Ship":
9 12
![Hidden Fields](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/hidingfilters.png)
10 13
11 14
In this example, I'm arbitrarily disallowing the user to filter on any field with the word "Ship" in it.