Skip to content

Commit cecf087

Browse files
(AzureCXP) resolved MicrosoftDocs/issues#52945
Added clarification to resolve MicrosoftDocs/azure-docs/issues#52945
1 parent e065b11 commit cecf087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/data-factory/connector-salesforce.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Specifically, this Salesforce connector supports:
3737
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
3838
- Copying data from and to Salesforce production, sandbox, and custom domain.
3939

40-
The Salesforce connector is built on top of the Salesforce REST/Bulk API. By default, the connector uses [v45](https://developer.salesforce.com/docs/atlas.en-us.218.0.api_rest.meta/api_rest/dome_versions.htm) to copy data from Salesforce, and uses [v40](https://developer.salesforce.com/docs/atlas.en-us.208.0.api_asynch.meta/api_asynch/asynch_api_intro.htm) to copy data to Salesforce. You can also explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service.
40+
The Salesforce connector is built on top of the Salesforce REST/Bulk API (The
41+
connector automatically choose one for better performance). By default, the connector uses [v45](https://developer.salesforce.com/docs/atlas.en-us.218.0.api_rest.meta/api_rest/dome_versions.htm) to copy data from Salesforce, and uses [v40](https://developer.salesforce.com/docs/atlas.en-us.208.0.api_asynch.meta/api_asynch/asynch_api_intro.htm) to copy data to Salesforce. You can also explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service.
4142

4243
## Prerequisites
4344

0 commit comments

Comments
 (0)