Versions Compared

Key

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

...

List View Attributes

Description

New

Create a new list view.

Refresh

Update the list views to reflect recent changes.

Search

A list view search bar lets users quickly find specific items within a list by typing in keywords

Filter

Here, users can apply conditional filters using 'AND' and 'OR' to refine their search results.

Info

Reference: Filter

List View Controls

The gear icon allows users to control and manage the list view settings.

Info

Reference: List View Control

Filter Operator:

Info

Note: Before using the filter criteria, it's important to understand which filter operators are supported for each field type

Filters Attributes:

...

Filter

...

Operators

Description

Operator

Supported Field

Here, you can choose the object fields for applying filter conditions.

Operators

For adding filter conditions, users can choose the operators from these options:

Equals:

Types

Description

Equal

Number, Currency, Date, Text, Boolean, Picklist

The equal operator is used to compare two values or expressions. It is used to compare numbers, strings, Boolean values, variables, objects, etc. The result is TRUE if the expressions are equal otherwise it’s FALSE

. Starts with:

Contains

Text, Picklist

The contains operator returns TRUE if the value on the left contains the value on the right, and otherwise FALSE

Starts With

Text, Picklist

It returns TRUE if a string or number starts with the specified character otherwise it returns FALSE.

Ends

with:

With

Text, Picklist

It returns TRUE if a string or number ends with the specified character otherwise it returns FALSE

  • Contains: The contains operator returns TRUE if the value on the left contains the value on the right, and otherwise FALSE

  • In:

    In

    Text, Picklist

    IN operator allows you to easily test if the expression matches any value in the list of values. Determines whether the value of an expression is equal to any of several values in a specified list

    .

    Source type

    For adding a filter condition, users can choose from the following option: Null, Blank, Static, Variable, and User

    .

    Info

    Note: For the Static source type, users can select values from different value sources.

    ...

    Static Value Source Attributes

    Description

    Input Variable

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

    Info

    Reference: Variables

    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.

    ...