Skip to main content
Skip table of contents

9. Configuring the Bank Account Form

The Standard Form Builder is designed to help administrators to develop single 'self-contained' forms that have no explicit links to the underlying data model and instead hold the field definitions/values as XML in a single DCM table.


Steps

  1. Navigate to Setup → Data Management → Data Models, open the Auto Loan Data Model.
  2. Click on the Forms tab.

    Notice that now we have the forms for Bank Account and Employer.

  3. Open the form for Bank Account.
    Recognize that DCM automatically creates the fields in the form for the Attributes we inserted in the previous steps.
  4. Click on the title of Bank Account info and change the Title to ‘Applicant Bank Account’, select ‘Blue’ for the Theme, and uncheck the Use on Create checkbox properties.
  5. Save your changes.
  6. Select the Bank Name field and uncheck the Allow Blank checkbox.
  7. Select the Account Number field and uncheck the Allow Blank and Is Decimal check boxes.
  8. Save your changes
  9. Do a Preview of the form. Validate the format of the fields and also validate that the form is not available in the Create context.

    The order of the fields may differ from the following image.

    We can add to the form other fields than the ones automatically added by AppBase like Modified Date or Modified By.

  10. Drag and drop a Simple Row below the Bank Account.
  11. Add the Modified By and Modified Date fields to the new Row from the Business Object fields.
  12. Do a Preview and validate that the newly added fields are visible in the Detail context and notice that it is Read Only.
    By default, these fields are read-only because they are System fields managed by AppBase.
  13. Close the Preview.
  14. Save the form
  15. Close Form Builder.

Configuring the Employer Form

To create a new Employer Info form that can be associated with a Case, Task, or Party object, follow the next steps.

  1. Navigate to Setup → Data Management → Data Models, open the Auto Loan Data Model.
  2. Select the Forms tab and then select the form associated with the Employer object.
  3. In the Form Builder tab, select the Company Name field and change the Label Align to Top.
  4. For the Company Phone field change the Label Align to Left.
  5. Click the button View Source.
  6. Look for the line "title": "Company Phone"copy the line “labelAlign": "left" and paste it into the "title": "Company Address" section.
  7. Save the changes.
  8. Change the following properties to the field Company Address:
    • Label Style= color:blue
    • Field Style= background:lightgray

    You can add other Style codes like in this example, we use color:blue. For more advanced style configurations, use the Style or Custom JS Config fields.

  9. Save the form

Next steps

11. Create a Dictionary


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.