You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce-service-cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ To copy data from Salesforce Service Cloud, set the source type in the copy acti
203
203
| Property | Description | Required |
204
204
|:--- |:--- |:--- |
205
205
| type | The type property of the copy activity source must be set to **SalesforceServiceCloudV2Source**. | Yes |
206
-
| SOQLQuery | Use the custom query to read data. You can only use [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm) query with limitations. For SOQL limitations, see this [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). If query is not specified, all the data of the Salesforce object specified in "ObjectApiName/reportId" in dataset will be retrieved. | No (if "ObjectApiName/reportId" in the dataset is specified) |
206
+
| SOQLQuery | Use the custom query to read data. You can only use [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm) query with limitations. For SOQL limitations, see this [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). If query is not specified, all the data of the Salesforce object specified in "objectApiName/reportId" in dataset will be retrieved. | No (if "objectApiName/reportId" in the dataset is specified) |
207
207
| includeDeletedObjects | Indicates whether to query the existing records, or query all records including the deleted ones. If not specified, the default behavior is false. <br>Allowed values: **false** (default), **true**. | No |
208
208
209
209
> [!IMPORTANT]
@@ -344,8 +344,8 @@ The Salesforce Service Cloud connector offers new functionalities and is compati
344
344
|Salesforce Service Cloud |Salesforce Service Cloud (legacy)|
345
345
|:---|:---|
346
346
|Support SOQL within [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>For SOQL queries: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses aren't supported. <br>• Aggregate Functions such as COUNT() aren't supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses aren't supported, but they're supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields aren't supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries aren't supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
347
-
| Objects that contain binary fields aren't supported. You can use the latest Self-hosted integration runtime or Azure integration runtime to support it.| Objects that contain binary fields are supported, like Attachment object.|
348
-
|Support objects within Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1). You can use the latest Self-hosted integration runtime or Azure integration runtime to support objects without Bulk API.|Support objects that aren't supported by Bulk API, like CaseStatus.|
347
+
| Objects that contain binary fields are supported when using Azure integration runtime or Self-hosted integration runtime with version 5.44.8984.1 or above.| Objects that contain binary fields are supported, like Attachment object.|
348
+
|Support objects when using Azure integration runtime or Self-hosted integration runtime with version 5.44.8984.1 or above. |Support objects that aren't supported by Bulk API, like CaseStatus.|
349
349
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ To copy data from Salesforce, set the source type in the copy activity to **Sale
247
247
| Property | Description | Required |
248
248
|:--- |:--- |:--- |
249
249
| type | The type property of the copy activity source must be set to **SalesforceV2Source**. | Yes |
250
-
| query | Use the custom query to read data. You can only use [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm) query with limitations. For SOQL limitations, see this [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). If query isn't specified, all the data of the Salesforce object specified in "ObjectApiName/reportId" in dataset is retrieved. | No (if "ObjectApiName/reportId" in the dataset is specified) |
250
+
| query | Use the custom query to read data. You can only use [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm) query with limitations. For SOQL limitations, see this [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). If query isn't specified, all the data of the Salesforce object specified in "objectApiName/reportId" in dataset is retrieved. | No (if "objectApiName/reportId" in the dataset is specified) |
251
251
| includeDeletedObjects | Indicates whether to query the existing records, or query all records including the deleted ones. If not specified, the default behavior is false. <br>Allowed values: **false** (default), **true**. | No |
252
252
253
253
> [!IMPORTANT]
@@ -388,8 +388,8 @@ The Salesforce connector offers new functionalities and is compatible with most
388
388
|Salesforce |Salesforce (legacy)|
389
389
|:---|:---|
390
390
|Support SOQL within [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>For SOQL queries: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses aren't supported. <br>• Aggregate Functions such as COUNT() aren't supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses aren't supported, but they're supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields aren't supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries aren't supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
391
-
| Objects that contain binary fields aren't supported. You can use the latest Self-hosted integration runtime or Azure integration runtime to support it.| Objects that contain binary fields are supported, like Attachment object.|
392
-
|Support objects within Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1). You can use the latest Self-hosted integration runtime or Azure integration runtime to support objects without Bulk API.|Support objects that aren't supported by Bulk API, like CaseStatus.|
391
+
| Objects that contain binary fields are supported when using Azure integration runtime or Self-hosted integration runtime with version 5.44.8984.1 or above.| Objects that contain binary fields are supported, like Attachment object.|
392
+
|Support objects when using Azure integration runtime or Self-hosted integration runtime with version 5.44.8984.1 or above. |Support objects that aren't supported by Bulk API, like CaseStatus.|
393
393
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
0 commit comments