Skip to content

Commit a629cf0

Browse files
committed
Add one difference
1 parent cf47d3e commit a629cf0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 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: 01/26/2024
11+
ms.date: 04/01/2024
1212
---
1313

1414
# Copy data from and to Salesforce Service Cloud using Azure Data Factory or Azure Synapse Analytics
@@ -347,6 +347,7 @@ The differences between Salesforce Service Cloud and Salesforce Service Cloud (l
347347
|Support SOQL that are supported by [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>Below SOQL queries are not supported: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses. <br>• Aggregate Functions such as COUNT(). (Use Salesforce report as a workaround) <br>• Date functions in GROUP BY clauses. (Date functions in WHERE clauses are supported.) <br>• Compound address fields or compound geolocation fields. (Instead, query the individual components of compound fields.) <br>• Parent-to-child relationship queries. (Child-to-parent relationship queries are supported.)|Support both SQL and SOQL syntax. |
348348
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
349349
|Support objects that are supported by 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.|
350+
|Support report by selecting a report ID.|Support Report query syntax, like `{call "<report name>"}`.|
350351

351352
## Related content
352353
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-salesforce.md

Lines changed: 2 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: 01/26/2024
11+
ms.date: 04/01/2024
1212
---
1313

1414
# Copy data from and to Salesforce using Azure Data Factory or Azure Synapse Analytics
@@ -392,6 +392,7 @@ The differences between Salesforce and Salesforce (legacy) connector are shown i
392392
|Support SOQL that are supported by [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>Below SOQL queries are not supported: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses. <br>• Aggregate Functions such as COUNT(). (Use Salesforce report as a workaround) <br>• Date functions in GROUP BY clauses. (Date functions in WHERE clauses are supported.) <br>• Compound address fields or compound geolocation fields. (Instead, query the individual components of compound fields.) <br>• Parent-to-child relationship queries. (Child-to-parent relationship queries are supported.)|Support both SQL and SOQL syntax. |
393393
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
394394
|Support objects that are supported by 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.|
395+
|Support report by selecting a report ID.|Support Report query syntax, like `{call "<report name>"}`.|
395396

396397
## Related content
397398
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)