Part 2: Implement Rule Sets

From AgileApps Support Wiki

In this part, you implement the Rule Sets that you created in Exercise 5.

  1. On the Business Rules page, select Rule Sets:

    Objects Orders Business Rules Rule Sets.png

    You should see the two (empty) Rule Sets that you created in exercise 5 when you added Execute Rule Set steps to the Process Model:
    1. Complete Order
    2. Update Pending
  2. As both empty Rule Sets have been added by the process model editor, they are still disabled.

    RuleSets SouthEastOrders.PNG

    Edit both Rule Sets and enable each.
  3. To update Rule Set Complete Order:
    1. Edit Rule Set Complete Order and click New Rule.
    2. Create a new unconditional Rule called Close Order that sets the Order Status to Closed:

      New Rule Close Order.png

    3. Click Save. 
  4. To update Rule set Update Pending:
    1. Edit the Rule Set Update Pending and click New Rule.
    2. Create a new unconditional Rule called Pending Status that sets the Order Status to Pending:

      New Rule Pending Status.png

    3. Click Save.

Previous

Next