Skip to content

Commit 1609fba

Browse files
committed
Update
1 parent 0fd0c99 commit 1609fba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ The Salesforce Service Cloud connector offers new functionalities and is compati
344344
|Salesforce Service Cloud |Salesforce Service Cloud (legacy)|
345345
|:---|:---|
346346
|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 are not supported. <br>• Aggregate Functions such as COUNT() are not supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses are not supported, but they are supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields are not supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries are not supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
347-
| Objects that contain binary fields are not supported. You can use the latest Self-hosted integration runtime or Azure integration runtime to support them.| 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).|Support objects that are not supported by Bulk API, like CaseStatus.|
347+
| Objects that contain binary fields are not 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 are not supported by Bulk API, like CaseStatus.|
349349
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
350350

351351
## Related content

articles/data-factory/connector-salesforce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 07/11/2024
10+
ms.date: 08/21/2024
1111
---
1212

1313
# Copy data from and to Salesforce using Azure Data Factory or Azure Synapse Analytics
@@ -388,8 +388,8 @@ The Salesforce connector offers new functionalities and is compatible with most
388388
|Salesforce |Salesforce (legacy)|
389389
|:---|:---|
390390
|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.| 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).|Support objects that are unsupported with Bulk API, like CaseStatus.|
391+
| Objects that contain binary fields are not 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 are not supported by Bulk API, like CaseStatus.|
393393
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
394394

395395
## Related content

0 commit comments

Comments
 (0)