Adding Attributes to the Data Model
Attributes are an integral part of the data model and define the properties or characteristics of a business object. They provide a way to store and organize data within the application.
By defining attributes in the data model of Eccentex AppBase, you can effectively structure and manage data within your application. Attributes enable you to capture and store relevant information, enforce data validation, and establish relationships between different objects, allowing you to build powerful and customizable applications.
The Master Data Model Builder is a tool to extend the standard DCM Case Model. For every Case Type, it creates a one-to-one Extension business object (where you can add custom attributes) and enables the administrator to add one-to-many business objects. When a Case is created, it will automatically create a record in the Extension business object (and any subsequent business objects) if the attached form has data for them.
- Navigate to Master Data Management > Data Models and clicking on AUTO_LOAN or select Control > Open.
- This will open the Data Model Builder at the Data Model Editor tab ready for development.
The data model editor enables the administrator to use the graphical design tool to quickly abstract a data model for the solution. In addition to the primary business object created for the data model, it is possible to define and abstract other business objects that can be related in one-to-many relationships. - Select Auto Loan business object (green). In the properties pane on the right side, add the following Attributes:
- Customer Name - Text
- Employer - Text
- Loan Amount - Number
- Annual Income - Number
- Credit Score - Integer
- FICO - Integer
- Save the changes to the model (it could take a minute).
- Go to the Status Report and see the message Not Deployed. Any change to the Data Model requires to be deployed.