...
Record Type: Used to store and manage data from Salesforce objects. It includes:
Single Record: Stores a single record of a specific object and can only be bound to the Form component.
Multi Record: Stores multiple records of a specified object and can only be bound to the Table or Repeater component.
Info |
---|
Reference: Record Type Model |
API Type: Used to integrate with external applications through REST APIs.
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.
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.
|
...