Versions Compared

Key

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

...

  1. Field Source:

    1. Select the field source from the dropdown menu

      1. Field: The object that adds to the model, those fields are displayed in the field attribute

        1. Select the fields from the dropdown menu

      2. Variable: Variables are containers for storing data values in PWR Apps

        1. There are different types of variables such as Integer, Double, Date, Time, etc.

        2. Select the variable from the dropdown menu

      3. Model: The model you created will be displayed

        1. Select the model from the dropdown menu

      4. Static: You can enter any (hardcoded) value

        1. e.g. Static: Test

      5. Cookie: A cookie is a piece of data, that is stored within a web browser

        1. If you have stored some value in cookies like sidSID, so you can get it from cookies

          1. e.g. Cookie: Name - Record, Value - 12345

      6. LocalStorage: Local storage is a piece of data, that is stored within a web browser

        1. If you have stored some value in local storage like data, so you can get it from storage

          1. e. g. LocalStorage: Key - isAdmin, Value - true

      7. QueryParam: Query parameters are a defined set of parameters attached to the end of a URL

        1. e.g. QueryParam: www.test.com?Name

      8. User: The fields that are present in a user's profile that will be displayed

        1. Select the field from the dropdown menu such as First Name, Last Name, Name, Phone, Email, Is Active, Id, Session Id

  2. Merge Field Expression: A field is formed during the expression and many expressions are created by using a merge field

    1. An expression is added to the message body by clicking the + icon

  3. Message Body: In the merge, field expression will be displayed in the message body

...

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

    1. You can add criteria to that field

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

...

  • Select a Multi Record Model

    • In the basic config, Click + icon

    • Add the Model and click Save

...

  • For a Single record Record Model, the same procedure is used.

...

  • On which destination do you won't want to compare your criteria

  • There are multiple source types available

    • Static: You can enter any (hardcoded) value

    • Input:

    • Variable: Variables are containers for storing data values in PWR Apps

      • Click + icon

      • Create Variable, click Save

        • Label: To display as a label for the field

        • Name: To uniquely identify the field within the form

        • Field Type: You can select the field type from the dropdown

          • Field: Text, Checkbox, Integer, Double, etc.

        • Required: If this checkbox is checked, the field is required

        • Is Array: If this checkbox is checked, the field is stored in the array

        • Default Value: You can set a default value for the variable

        • Variable Scope: A variable's scope determines where in a form a variable is available for use

          • The variable scope comes in 3 types

            • In:

            • Out:

            • In/Out:

    • Cookie: A cookie is a piece of data, that is stored within a web browser

    • Context:

...