Sample filter 6 (an OR filter, named "Foo Filter")

 

image\simpleorfilter_inhelp.gif

Task: You want to see every action of the controller (product stock management) Module, all update actions plus everything about the special customer Mr. Miller.

 

In this example we reuse the Mr. Miller filter which was made in sample 3. That means that our new filter uses the Mr. Miller filter by referencing it.

 

Expression represented by "Foo Filter":

Module= CONTROL

OR Case = UPDATE

OR Filter= Mr Miller Filter

OR contains("MyDatabase")

 

Actions: To reproduce this filter is left as an exercise to you.