April 2012
Intermediate to advanced
512 pages
9h 39m
English
You will now create another rule using the second method of defining rules named IF/THEN.
Using this rule you can check the following:
If EffectiveDiscount>Threashold value and CustomerType = Premium Then
BusinessAnalystReview is not required
If EffectiveDiscount>Threashold value and CustomerType != Premium Then
BusinessAnalystReview is required
The condition is an expression that can evaluate to true or false. The action sets the result data.
I. Creating a rules dictionary
Read now
Unlock full access