Chapter 11. Executing a business process in Business Central

After you build and deploy the project that contains your business process, you can execute the defined functionality for the business process.

As an example, this procedure uses the Mortgage_Process sample project in Business Central. In this scenario, you input data into a mortgage application form acting as the mortgage broker. The MortgageApprovalProcess business process runs and determines whether or not the applicant has offered an acceptable down payment based on the decision rules defined in the project. The business process either ends the rule testing or requests that the applicant increase the down payment to proceed. If the application passes the business rule testing, the bank approver reviews the application and either approves or denies the loan.

Prerequisites

Procedure

  1. In Business Central, go to MenuProjects and select a space. The default space is MySpace.
  2. In the upper-right corner of the window, click the arrow next to Add Project and select Try Samples.
  3. Select the Mortgage_Process sample and click Ok.
  4. On the project page, select Mortgage_Process.
  5. On the Mortgage_Process page, click Build.
  6. After the project has built, click Deploy.
  7. Go to MenuManageProcess Definitions.
  8. Click anywhere in the MortgageApprovalProcess row to view the process details.
  9. Click the Diagram tab to view the business process diagram in the editor.
  10. Click New Process Instance to open the Application form and input the following values into the form fields:

    • Down Payment: 30000
    • Years of amortization: 10
    • Name: Ivo
    • Annual Income: 60000
    • SSN: 123456789
    • Age of property: 8
    • Address of property: Brno
    • Locale: Rural
    • Property Sale Price: 50000
  11. Click Submit to start a new process instance. After starting the process instance, the Instance Details view opens.
  12. Click the Diagram tab to view the process flow within the process diagram. The state of the process is highlighted as it moves through each task.
  13. Click MenuManageTasks.

    For this example, the user or users working on the corresponding tasks are members of the following groups:

    • approver: For the Qualify task
    • broker: For the Correct Data and Increase Down Payment tasks
    • manager: For the Final Approval task
  14. As the approver, review the Qualify task information, click Claim and then Start to start the task, and then select Is mortgage application in limit? and click Complete to complete the task flow.
  15. In the Tasks page, click anywhere in the Final Approval row to open the Final Approval task.
  16. Click Claim to claim responsibility for the task, and click Complete to finalize the loan approval process.
Note

The Save and Release buttons are only used to either pause the approval process and save the instance if you are waiting on a field value, or to release the task for another user to modify.