Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Label: Label is used to identify the model at the UI

  2. Name: Name is the unique identifier of the model

  3. Type: The type field indicates the type of model you create

    1. There are five types that are Record, API, Aggregate, and Item

    2. Select the type from the dropdown menu

  4. Record Count: Record counts count indicate which record should be created

    1. There are two types of records, Single record, Singlerecord and Multirecord

    2. Select the record count from the dropdown menu

  5. Is Shared?:

  6. Object Def: You can link the object with the model

    1. The complete list of objects in your instance is displayed

    2. Select the obj def object from the dropdown menu

  7. 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

    1. e.g. Set Offset: 0, then the query will take the record 1 onwards

  8. Limit: Set the limit for how many records you want to display at a time

  9. 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

    1. Click on the + icon

    2. 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

      Image RemovedImage Added

...

  1. Field Name: Names of fields that are present in the object

    1. You can add criteria to that field

    2. select the field name from the dropdown menu

  2. Operator: The operator is a character that represents a specific mathematical or logical action

    1. Select the operator from the dropdown menu

      1. Equals: Used to compare two values

      2. NotEquals: Checks whether two values are not equal

      3. Start with: Checks any string that starts with

      4. Contains: Indicates a search for any of the specified words within a particular attribute

      5. EndsWith: String ends with the specified value

      6. In: Allows you to easily test if an expression matches any value in a list of values

  3. Source Type:

    1. Select the source type from the dropdown menu

    2. Such as Field, Variable, Model, Static, Cookie, LocalStorage, QueryParam, User

  4. Variables:

    1. Select the variables from the dropdown menu, e.g. Record Id

...