...
Label: Label is used to identify the model at the UI
Name: Name is the unique identifier of the model
Type: The type field indicates the type of model you create
There are five types that are Record, API, Aggregate, and Item
Select the type from the dropdown menu
Record Count: Record counts count indicate which record should be created
There are two types of records, Single record, Singlerecord and Multirecord
Select the record count from the dropdown menu
Is Shared?:
Object Def: You can link the object with the model
The complete list of objects in your instance is displayed
Select the obj def object from the dropdown menu
Offset: You can set the offset for the query on the object. If the offset is ānā then the query will take the records ān+1ā onwards
e.g. Set Offset: 0, then the query will take the record 1 onwards
Limit: Set the limit for how many records you want to display at a time
Order By: Order by allows you to enter any criteriaYou can set the order by on the fields to records to be queried and displayed in the Model
Click on the + icon
Fill in the information, click Save
...
Click the Criteria tab
Click on the Filter + icon
Filter: Filter criteria allow you to compare records from one object to records from another
...
Field Name: Names of fields that are present in the object
You can add criteria to that field
select the field name from the dropdown menu
Operator: The operator is a character that represents a specific mathematical or logical action
Select the operator from the dropdown menu
Equals: Used to compare two values
NotEquals: Checks whether two values are not equal
Start with: Checks any string that starts with
Contains: Indicates a search for any of the specified words within a particular attribute
EndsWith: String ends with the specified value
In: Allows you to easily test if an expression matches any value in a list of values
Source Type:
Select the source type from the dropdown menu
Such as Field, Variable, Model, Static, Cookie, LocalStorage, QueryParam, User
Variables:
Select the variables from the dropdown menu, e.g. Record Id
...