+

Search Tips   |   Advanced Search

Example: Nested bindings (advanced)

View an example that demonstrates advanced nested bindings.

This example is similar to the Nested bindings (simple) example, with the exception of the addition of the binding Get Top Products to the actions performed when the User Location profiler is Lab. Multiple actions can be grouped by selecting multiple actions or bindings simultaneously within the rule editor. Selecting multiple actions or bindings here has the effect of the boolean operator “and”, which returns the intersection of the data sets. For example: the current user location must be in the lab and an executive. Therefore, in addition to test products, executives and managers in the lab will receive information about the best selling products, and employees at the lab will get the most popular overstocked items. Factory or field workers will not see either best selling or most popular overstocked products.

Modified Get Products By Location:


Advanced nested bindings

When User Location is        Lab
           do Get Top Products and            do Get Test Products
        Factory
           do Get Available Products
        Field            do Get All Products
       Otherwise
            do Get Future Products
        order as is


Parent: Bindings