List View Attributes
The List View displays records from different objects, allowing users to perform CRUD operations.
It is a highly configurable component that can be shown on the Home Page and Record Page.
Users can customize the List View by adding extra fields to tailor its display on the UI.
List view Attributes:
List View Attributes | Description |
---|---|
New | Create a new list view. Reference: Create 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. Reference: Filter |
List View Controls | The gear icon allows users to control and manage the list view settings. Reference: List View Control |
Create List View:
Create List View Attributes | Description. |
---|---|
Label | Provide a label or name for the List View. |
Name | Provide a unique API name for the List View. |
Object Name | Select the object that will be associated with the List View. |
Sharing Setting | Here, users can control the sharing settings by selecting this option.
|
Allowed User | Here, the user can choose which allowed users can see the List View. |
allowed Profile | Here, the user can choose which Profile can see the List View. |
Filter Operator:
Filters Attributes:
Static Value Source Attributes | Description |
---|---|
Input 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. |
Filter Operators
Operator | Supported Field 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 |
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 | Text, Picklist | It returns TRUE if a string or number ends with the specified character otherwise it returns FALSE |
In | Text, Picklist | IN operator allows you to easily test if the expression matches any value in the list of values. It determines whether the value of an expression is equal to any of several values in a specified list. |
List View Controls:
With this list view control, you can manage the overall settings and appearance of the list view.
List View Controls Options | Description |
---|---|
New | The |
Clone | The |
Rename | The |
Display Fields | The |
Search Fields | The |
Filter Fields | Select the field you want to apply the filter to in the list view and click save. |
UI Fields | Using UI fields the user can display the fields in the List View on the home page, after creating any UI Field. All those UI fields are visible in the Display Fields. |
Filter | The |
Delete | The |
Config | The |
Sharing Setting | The
|
Variables | Here, users can configure a new variable for use in their settings or filter conditions. |