...
Create a MultiRecord model
Go to the Model tab
Click on the + icon
Enter information, click Save
...
Click Details tab
Label: Label is used to identify the model at the UI
Name: Name is the unique identifier of the instancemodel
Type: From Select the type from the dropdown , select the type menu i.e. Record, API, Aggregate, and Item
Record Count: From Select the record count from the dropdown , select the record type menu i.e Singlerecord and Multirecord
Is Shared?:
Object Def: From Select the obj def from the dropdown , select the object that you want to bind the model to
Offset:
Limit: How Set the limit for how many records do you want to display at a time
Order By:
Click on the + icon
Fill in the information, click Save
...
Field name: Select the field name from the dropdown menu
Sort As: From the dropdown, select Select the option Ascending or Descending from the dropdown menu
Click Fields tab
Select the field. These fields are added to the selected fields
These selected fields are added to the model
Click the UI Fields tab
Click New button
Enter Label & Name, click on the Config icon
Enter information, click Save
Field Source: Select the field source from the dropdown menu
Field:
Variable:
Model:
Static:
Cookie:
LocalStorage:
QueryParam:
User:
Merge Field Expression:
Message Body:
Click the Criteria tab
Click on the Filter + icon
Filter:
A model filter contains a list of Model Conditions
You can filter your models by using the Filter
...
...
Field Name: Select the field name from the dropdown menu for which you want to add criteria
Operator: Select the field name from the dropdown menu.
Equals: Used to compare two values or expressions
NotEquals: Checks whether two values are not equal
StartWithstart 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, e.g. Field, Variable, Model, Static, Cookie, LocalStorage, QueryParam, User
Variables: Select the variable from the dropdown menu, e.g. Record Id
...
Select a Multi Record Model
In the basic config, Click + icon
Add the Model and click Save
...
For a single Single record modelModel, the same procedure is used.
Context Models
A Context model is created by using a multi-record model
It acts as a single record model
...