In this sample, a customer will apply for a loan online.
After the bank receives the application, the loan will be approved
automatically if the amount is less than or equal to $50000. If the
amount is greater than $50000, then the application is forwarded to
a loan officer for approval. The customer can view the status of the
application using an online interface.
Before
you start building the Loan application sample, you should understand
the following concepts:
- How business objects and interfaces are created
- How business modules are created
- How business processes are built
- How business rules are defined
To refresh your understanding of these concepts, perform the
Hello World 1 and Hello World 2 samples before you begin the loan
application sample.