In this lesson, you will set up a business rule to allow automatic approval of certain orders.
The business rules task uses the Order business item as the input and checks the TotalPrice variable. If the total price is less than or equal to a specified fixed amount (in this case $750.00), then the rules task sets the AutomaticApproval variable in the Order business item to true; otherwise, the variable is set to false. The business rules component returns the modified Order business item as the output.
To implement the business rules task, you will first create a template and then create an if-then rule instantiating the template.