< Previous | Next >

Defining the business rules for automatic approval

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:
  1. In the assembly editor, right-click the AutoApprovalRules component and select Generate Implementation. The Generate Implementation window opens.
  2. In the navigation tree, click LoanApplicationModule and click OK.
  3. Click AutoApprovalRequest.
  4. Click Enter Rule Logic and select New Ruleset. Keep the default name and click Finish. You are now in the Rules editor.

Feedback

(C) Copyright IBM Corporation 2005, 2008. All Rights Reserved.

< Previous | Next >