Add and Configure Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
To integrate information retrieved from a DataSource into a List, field mapping actions are performed. This process ensures accurate data merging by setting a common field as a Key between the DataSource and List records. Through this mapping, data from various sources can be effectively consolidated and managed.
In the Actions section, click the edit icon in the Key row.
Select the DataSource field and the List field with common values, then click the Save button.
Verify that the configured Key is applied correctly, then click the Add Action button.
Select the DataSource field from which data will be retrieved and choose the List field or virtual field where the data will be saved, then click the Save button.
You want to display the price from the PricebookEntry object alongside a product list configured with Product2 in the List.
Search for and select PricebookEntry in the DataSource.
(Optional) In the Condition field, enter IsActive = true
(similar to an SOQL WHERE clause).
To merge data for the matching PricebookEntry record:
Click the edit button in the Key row.
In the popup, configure the following, then save:
DataSource Field: Product2Id
List Field: Id
To display the UnitPrice from PricebookEntry in the List:
Create a virtual column (e.g., SBLS_Virtual1) in the Datatable Setup.
Click the Add Action button.
In the popup, configure the following, then save:
DataSource Field: UnitPrice
Virtual Column: SBLS_Virtual1