Versions Compared

Key

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

...

  • Create a MultiRecord model

    • Go to the Model tab

    • Click on the + icon

    • Enter information, click Save

...

  • Click Details tab

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

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

  3. Type: Select the type from the dropdown menu i.e. 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 indicate which record should be created

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

    2. Select the record count from the dropdown menu

    i.e Singlerecord and Multirecord
  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 from the dropdown

    that you want to bind the model to
  7. Offset:

  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 criteria

    1. Click on the + icon

    2. Fill in the information, click Save

  1. Field name: All field names will display that which is present in the object

    1. Select the field name from the dropdown menu

  2. Sort As: Arranging the data in a particular format

    1. There are two types of sorting

      1. Ascending: Elements are arranged from lowest to the highest value

      2. Descending: Elements are arranged from highest to the lowest value

    2. Select the option

    Ascending or Descending
    1. from the dropdown menu

  • Click Fields tab

    Image RemovedImage Added
    • Select the field. These fields are added to the selected fields

    • These selected fields are added to the model

  • Click the UI Fields tab

    Image RemovedImage Added
    • Click New button

      • Enter Label & Name, click on the Config icon

      • Enter information, click Save

  1. Field Source:

    1. Select the field source from the dropdown menu

      1. Field:

      2. Variable:

      3. Model:

      4. Static:

      5. Cookie:

      6. LocalStorage:

      7. QueryParam:

      8. User:

  2. Merge Field Expression: MergeField is a Field element containing a reference to a data field by its name

  3. Message Body: Fill in that with whatever message you want

  • 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

      Image Removed

      Filter criteria allow you to compare records from one object to records from another

      Image Added

...

  1. Field Name:Select 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

    for which you want to add criteria
  2. Operator: The operator is a character that represents a specific mathematical or logical action

    1. Select the

    field name
    1. operator from the dropdown menu

    .
      1. Equals: Used to compare two values

      or expressions
      1. NotEquals: Checks whether two values are not equal

      start
      1. Start with: Checks any string that starts with

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

      3. EndsWith: String ends with the specified value

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

    , e.g.
    1. Such as Field, Variable, Model, Static, Cookie, LocalStorage, QueryParam, User

  4. Variables:

    1. Select the

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

  • Click Save

  • Return to the layout page

  • A Model is created

...