+

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 located in the lab will receive information about the top selling products, and employees at the lab will get the top overstocked items. Factory or field workers will not see either top selling or top overstocked products.

Modified Get Products By Location:

  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 topic:

Bindings