Versions Compared

Key

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

...

target location where values will be stored or displayed.

Note: By default, the Destination Type is model.

You can explore more about Destination Type

Other options include Variable, Cookie Key, and Local Storage Key.

Condition

Description

Destination Type

It specifies defines the destination where the assignment is to be done.

Info
Info

Reference: Destination Type

Model

When you select Model as the Destination Type, the Model field allows you to specify the exact model (such as a Salesforce Object) where the value will be assigned. This ensures precise targeting for your data assignment, allowing you to control where and how the data is applied within your application.

Note:

  • It is specifically dependent on Destination Type one chooses.

  • If you choose another Destination Type, you will get that field label here.

Field

It defines the exact field or variable where values will be stored after assignment.

Note:

  • After choosing the second condition field, you will get this field visible in modal.

  • If you chose Model as second condition field, this will be field and if you chose variable as second field, there will be variable.

Operator

It is specifically operator value such as Set , Equals, Greater than, Equals than.

info

and Merge.

Note: It is disabled until you fill above 3 condition fields.

Source Type

In this option, you can select various sources from which you want to display values.

info

It defines the origin of the data to be used.

Note:

  • By default, the Source Type is Static.

InfoNote:
  • Other options include Model, Variable, Cookie Key, Local Storage Key, User, Null, and Blank.

  • It is disabled until you fill above 3 condition fields.

You can explore Source Type
Info

Reference: Source Type

Value

The available options will change depending on the selected source type. For example, if you choose "Static" as the source, you can provide a fixed static value.

info

Note: It is disabled until you fill above 3 condition fields.

Operators

Operator

Supported Destination types

Description

Set

  • Single Record Models

  • Multi-record Models

  • Non Array Variable

This operator allows you to set or assign all data from the source to the selected destination.

Append

  • Multi-record models

  • Array type Variables

This operator enables you to append data sequentially from the source to the selected destination.

Remove

  • Multi-record models

  • Array type Variables

    This operator removes data sequentially from the selected destination based on the source.

    Merge

    • Single Record Models

    This operator merges data from the source into the selected destination.

    ...

    Source Type

    Description

    Static

    Use this option to provide a fixed static value.

    Field

    Select the field from the chosen object in the model whose value you want to include.

    Model

    Choose the field from other models whose value you want to include.

    Variable

    Select from the variables created in the layout whose value you want to use.

    Cookie Key

    Choose the available cookie key whose value you want to include from your browser.

    Local Storage Key

    Select the available Local Storage Key whose value you want to include from your browser.

    User

    You can also select fields from the current logged-in user in your organization to include in the merge.

    info

    Note: The User source refers to the currently logged-in user in your organization. This means that if you include the First Name field from the user, each time a different user logs in, they will see their own First Name displayed.

    Null

    It enables assign null value to the Destination Type field we chose.

    Blank

    It enables assign blank value to the Destination Type field we chose.

    ...