InterviewSolution
| 1. |
Why Strategy Used? |
|
Answer» After you define your rules, you must SET up a strategy and then associate the applicable rules. After you ASSIGN rules to a strategy, the rules engine can EXECUTE the strategies on any objects to which the strategy applies. The rules engine EXECUTES each subsequent rule in your strategy until an allocation is completely filled. After you define your rules, you must set up a strategy and then associate the applicable rules. After you assign rules to a strategy, the rules engine can execute the strategies on any objects to which the strategy applies. The rules engine executes each subsequent rule in your strategy until an allocation is completely filled. |
|