From 2bd015e7cf70387f8dddfcb88bb06df8197c91ed Mon Sep 17 00:00:00 2001 From: aditya-balachander Date: Wed, 27 Nov 2024 11:26:17 +0530 Subject: [PATCH] Add line to mention below is select operation --- docs/data.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/data.md b/docs/data.md index 9badb404e8..fe9396a4ae 100644 --- a/docs/data.md +++ b/docs/data.md @@ -256,6 +256,8 @@ versa. The `select` functionality is designed to streamline the mapping process by enabling the selection of specific records directly from Salesforce for lookups. This feature is particularly useful when dealing with non-insertable Salesforce objects and ensures that pre-existing records are used rather than inserting new ones. The selection process is highly customizable with various strategies, filters, and additional capabilities that provide flexibility and precision in data mapping. +The following is an example of a `mapping.yaml` file where the `Event` sObject utilizes the `select` action: + ```yaml Account: sf_object: Account