Implement a set of rules that the bank will use to enforce
its policy for loan applications. You will use a rule group component
to specify a set of rules that, when evaluated, determine whether
the loan should be automatically approved.
To implement the AutoApprovalRules business rules, complete
the following steps:
- In the assembly editor, right-click the AutoApprovalRules
component and select Generate Implementation.
The Generate Implementation window opens.
- In the navigation tree, click LoanApplicationModule and
click OK.
- Click AutoApprovalRequest.
- Click Enter Rule Logic and select New
Ruleset. Keep the default name and click Finish. You are now in the Rules editor.