Questo contenuto non è disponibile nella lingua selezionata.

Chapter 14. Creating the mortgage-process data objects


Data objects are the building blocks for the rule assets that you create. Data objects are custom data types implemented as Java classes in specified packages of your project. These custom data types determine what data your assets and your decision services are based on.

The mortgage process project uses the following data objects:

  • Applicant
  • Property
  • ValidationErrorDO
  • Application

14.1. Creating the Applicant data object

Follow these steps to create the Applicant data object, which contains information about the applicant. This is the basic information required to apply for the loan in this tutorial.

Procedure

  1. In Business Central, click on the MySpace default space.
  2. Click Menu Design Projects and click mortgage-process.
  3. Click Add Asset and select Data Object.
  4. Enter Applicant in the Data Object field of the Create new Data Object window.
  5. Select com.myspace.mortgage_app from the Package drop-down menu and click Ok.
  6. Enter Applicant in the Label field of the 'Applicant'- general properties section.
  7. Click +add field and input the following Applicant data object values. Click Create and continue after each addition. For the last addition, click Create.

    Figure 14.1. Applicant data object field values

    screen capture of the Applicant data object field values
  8. Click Save.

14.2. Creating the Property data object

Follow these steps to create the Property data object, which contains information about the property details, such as the property age and price.

Procedure

  1. In Business Central, click on the MySpace default space.
  2. Click Menu Design Projects and click mortgage-process.
  3. Click Add Asset and select Data Object.
  4. Enter Property in the Data Object field of the Create new Data Object window.
  5. Select com.myspace.mortgage_app from the Package drop-down menu and click Ok.
  6. Enter Property in the Label field of the 'Property'- general properties section.
  7. Click +add field and input the following Property data object values. Click Create and continue after each addition. For the last addition, click Create.

    Figure 14.2. Property data object field values

    screen capture of the Property data object field values
  8. Click Save.

14.3. Creating the ValidationErrorDO data object

Follow these steps to create the ValidationErrorDO data object, which specifies the cause of an application error.

Procedure

  1. In Business Central, click on the MySpace default space.
  2. Click Menu Design Projects and click mortgage-process.
  3. Click Add Asset and select Data Object.
  4. Enter ValidationErrorDO in the Data Object field of the Create new Data Object window.
  5. Select com.myspace.mortgage_app from the Package drop-down menu and click Ok.
  6. Enter ValidationErrorDO in the Label field of the 'ValidationErrorDO'- general properties section.
  7. Click +add field and input the following ValidationErrorDO data object values. Click Create and continue after each addition. For the last addition, click Create.

    Figure 14.3. ValidationErrorDO data object field values

    screen capture of the ValidationErrorDO data object field values
  8. Click Save.

14.4. Creating the Application data object

Follow these steps to create the Application data object, which contains information about the mortgage details, such as the down payment and the mortgage amount.

Procedure

  1. In Business Central, click on the MySpace default space.
  2. Click Menu Design Projects and click mortgage-process.
  3. Click Add Asset and select Data Object.
  4. Enter Application in the Data Object field of the Create new Data Object window.
  5. Select com.myspace.mortgage_app from the Package drop-down menu and click Ok.
  6. Enter Application in the Label field of the 'Application'- general properties section.
  7. Click +add field and input the following Application data object values. Click Create and continue after each addition. For the last addition, click Create.

    Figure 14.4. Application data object field values

    screen capture of the Application data object field values
  8. Click Save.
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2026 Red Hat
Torna in cima