Data Model
Platform supports developers in building data models and managing business data based on their specific needs. Developers can create applications and reference relevant data models to display or manipulate this business data.
When developing applications, you can use standard, system (read-only) data models, or a combination of both.
Data Model Type
Data Model have two types:
Type | Description |
---|---|
Business Model | Business model is a data result mapped from the database-designed table structure. Users can directly operate and bind the table fields in the database based on the set data model. |
BI Model | BI model is used for complex scenarios where a single table may not support the complex calculations and business logic required in the current page. It allows for SQL statement writing to accomplish complex query and presentation of data. |