...
Record Type Model solely focuses on storing and managing data from Salesforce as well as few other CRM objects. Basically, it handles data retrieval and storage for objects.
The model further can be bound to various components like Form, Table, or Repeater, allowing efficient data display and interaction across different layouts.
...
Attributes | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Allows to specify the type of model, such as:
Note: By default, | |||||||||||
Connection | Provides the ability to select records from various connected CRMs with an object structure similar to Salesforce. This feature enables seamless data integration by specifying the desired CRM connection. Note: Currently, noKodr supports Connection only for | |||||||||||
Record Count | Select the record count type for the model:
Note: By default, Record count is set as | |||||||||||
Object |
Note: By default, radio button is set as | |||||||||||
Label | Allows to specify the name of the model. | |||||||||||
Name | Allows to provide unique API name for the model. | |||||||||||
Offset | Allows to specify desired records from bunch of records.
| |||||||||||
Limit | Allows to define the maximum number of records to retrieve from the selected object. | |||||||||||
Order By | Allows to choose the field by which to sort the records retrieved from the selected object.
| |||||||||||
Do Not Auto Query | If checked, the model will not automatically query or retrieve data from the selected object. |
...
Attribute | Description |
---|---|
Label | Provide a label or name for Allows to specify the name of the field. |
Name | Assign a Allows to provide unique API name to for the field. |
Merge Text | Specify Allows to specify the fields whose values you want to display. You can include multiple fields and perform operations such as concatenating field values or performing mathematical operations like addition and subtraction. Note: You can source merge text not only from model fields but also from various other sources, such as:
|
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
For example, If you want to display contact records that do not have an assigned account, you can set a filter where |
...
Above images image shows various attributes such as:
Attribute | Description | ||
---|---|---|---|
Field | This option allows Allows you to select a field from a model based on the chosen object, helping you to define criteria using model fields. | ||
Operators | The available operators will depend on the type of field selected, allowing you to set the criteria accordingly.
| ||
Source Type | You can Allows to choose from several options to compare values with the selected field. The available options include:
|
...