Models in noKodr represent your data and fields, storing records from either internal objects or external data sources. These models are crucial for retrieving records to display on noKodr layouts and for performing CRUD operations by binding or connecting with the following components:
Form Component
Repeater Component
Table Component
...
.
There are two types of models you might encounter:
Record Type: Used to store and manage data from Salesforce objects. It includes:
Single Record: Stores a single record of a specific object
...
.
Multi Record: Stores multiple records of a specified object
...
.
Info |
---|
Reference: Record Type Model |
API Type: Used to integrate with external applications through REST APIs.
...
.
Info |
---|
Reference: API Type Model |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, As a sales representative, gathering and analyzing information from multiple sources is essential for effectively engaging with leads. The Model feature allows you to create a layout that includes 4 Record Models for 4 different objects, all displayed on a single screen.
|
Note: A significant advantage of using models is that you can create multiple models for separate objects, allowing you to connect with separate forms and retrieve data from multiple objects to display on a single layout.