From b39e3d5c50f446a88851b4d28c21a87c86685b27 Mon Sep 17 00:00:00 2001 From: katmarkham <40400595+katmarkham@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:14:26 -0500 Subject: [PATCH] Update salesforce docs to include recycle bin info (#30420) --- docs/integrations/sources/salesforce.inapp.md | 4 ++-- docs/integrations/sources/salesforce.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integrations/sources/salesforce.inapp.md b/docs/integrations/sources/salesforce.inapp.md index d60a552e465a..591744bbb4b4 100644 --- a/docs/integrations/sources/salesforce.inapp.md +++ b/docs/integrations/sources/salesforce.inapp.md @@ -78,11 +78,11 @@ Airbyte fetches and handles all the possible and available streams dynamically b ### Incremental Deletes -The Salesforce connector retrieves deleted records from Salesforce. For the streams which support it, a deleted record will be marked with the `isDeleted=true` value in the respective field. +The Salesforce connector supports retrieving deleted records from the Salesforce recycle bin. For the streams which support it, a deleted record will be marked with `isDeleted=true`. To find out more about how Salesforce manages records in the recycle bin, please visit their [docs](https://help.salesforce.com/s/articleView?id=sf.home_delete.htm&type=5). ### Syncing Formula Fields The Salesforce connector syncs formula field outputs from Salesforce. If the formula of a field changes in Salesforce and no other field on the record is updated, you will need to reset the stream to pull in all the updated values of the field. For detailed information on supported sync modes, supported streams and performance considerations, refer to the -[full documentation for Salesforce](https://docs.airbyte.com/integrations/sources/google-analytics-v4). +[full documentation for Salesforce](https://docs.airbyte.com/integrations/sources/salesforce). diff --git a/docs/integrations/sources/salesforce.md b/docs/integrations/sources/salesforce.md index ca9b189c2107..b78cbb4173ef 100644 --- a/docs/integrations/sources/salesforce.md +++ b/docs/integrations/sources/salesforce.md @@ -88,7 +88,7 @@ The Salesforce source connector supports the following sync modes: ### Incremental Deletes sync -The Salesforce connector retrieves deleted records from Salesforce. For the streams which support it, a deleted record will be marked with `isDeleted=true`. +The Salesforce connector supports retrieving deleted records from the Salesforce recycle bin. For the streams which support it, a deleted record will be marked with `isDeleted=true`. To find out more about how Salesforce manages records in the recycle bin, please visit their [docs](https://help.salesforce.com/s/articleView?id=sf.home_delete.htm&type=5). ## Performance considerations