Skip to content

Commit a2d3486

Browse files
authored
Merge pull request #202743 from Clare-Zheng82/0623-Update_Salesforce_connector_doc
Update Salesforce connector docs
2 parents d73d014 + 5e44132 commit a2d3486

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

articles/data-factory/connector-salesforce-service-cloud.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 09/09/2021
11+
ms.date: 06/23/2022
1212
---
1313

1414
# Copy data from and to Salesforce Service Cloud using Azure Data Factory or Synapse Analytics
@@ -241,6 +241,9 @@ To copy data from Salesforce Service Cloud, the following properties are support
241241
]
242242
```
243243

244+
> [!Note]
245+
> Salesforce Service Cloud source doesn't support proxy settings in the self-hosted integration runtime, but sink does.
246+
244247
### Salesforce Service Cloud as a sink type
245248

246249
To copy data to Salesforce Service Cloud, the following properties are supported in the copy activity **sink** section.

articles/data-factory/connector-salesforce.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 06/10/2022
11+
ms.date: 06/23/2022
1212
---
1313

1414
# Copy data from and to Salesforce using Azure Data Factory or Azure Synapse Analytics
@@ -257,6 +257,9 @@ To copy data from Salesforce, set the source type in the copy activity to **Sale
257257
>[!NOTE]
258258
>For backward compatibility: When you copy data from Salesforce, if you use the previous "RelationalSource" type copy, the source keeps working while you see a suggestion to switch to the new "SalesforceSource" type.
259259
260+
> [!Note]
261+
> Salesforce source doesn't support proxy settings in the self-hosted integration runtime, but sink does.
262+
260263
### Salesforce as a sink type
261264

262265
To copy data to Salesforce, set the sink type in the copy activity to **SalesforceSink**. The following properties are supported in the copy activity **sink** section.
@@ -365,6 +368,9 @@ When you copy data from Salesforce, the following mappings are used from Salesfo
365368
| Text (Encrypted) |String |
366369
| URL |String |
367370

371+
> [!Note]
372+
> Salesforce Number type is mapping to Decimal type in Azure Data Factory and Azure Synapse pipelines as a service interim data type. Decimal type honors the defined precision and scale. For data whose decimal places exceeds the defined scale, its value will be rounded off in preview data and copy. To avoid getting such precision loss in Azure Data Factory and Azure Synapse pipelines, consider increasing the decimal places to a reasonably large value in **Custom Field Definition Edit** page of Salesforce.
373+
368374
## Lookup activity properties
369375

370376
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).

0 commit comments

Comments
 (0)