Skip to content

Commit 22f4c3a

Browse files
committed
Update difference
1 parent 1ee4707 commit 22f4c3a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,15 @@ Here are steps that help you upgrade your linked service and related queries:
338338

339339
1. readBehavior is replaced with includeDeletedObjects in the copy activity source or the lookup activity. For the detailed configuration, see [Salesforce Service Cloud as a source type](connector-salesforce-service-cloud.md#salesforce-service-cloud-as-a-source-type).
340340

341+
## Differences between Salesforce and Salesforce (legacy)
342+
343+
The differences between Salesforce and Salesforce (legacy) connector are shown in the following table:
344+
345+
|Salesforce |Salesforce (legacy)|
346+
|:---|:---|
347+
|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. |
348+
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
349+
|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 not supported by Bulk API, like CaseStatus.|
350+
341351
## Related content
342352
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,15 @@ Here are steps that help you upgrade your linked service and related queries:
383383

384384
1. readBehavior is replaced with includeDeletedObjects in the copy activity source or the lookup activity. For the detailed configuration, see [Salesforce as a source type](connector-salesforce.md#salesforce-as-a-source-type).
385385

386+
## Differences between Salesforce and Salesforce (legacy)
387+
388+
The differences between Salesforce and Salesforce (legacy) connector are shown in the following table:
389+
390+
|Salesforce |Salesforce (legacy)|
391+
|:---|:---|
392+
|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. |
393+
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
394+
|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 not supported by Bulk API, like CaseStatus.|
395+
386396
## Related content
387397
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)