Skip to content

Commit ced01b0

Browse files
committed
Update
1 parent 1260f13 commit ced01b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 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-
| Support objects that contain binary fields when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. | Objects that contain binary fields are supported, like Attachment object.|
348-
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that are unsupported with Bulk API, like CaseStatus.|
347+
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Objects that contain binary fields (like Attachment object) are supported in the following condition: <br>• Specifying objectApiName/query.|
348+
| Support objects that are unsupported with Bulk API in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Support objects (like CaseStatus) that are unsupported with Bulk API in the following condition: <br>• Specifying objectApiName/query.|
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
| Support objects that contain binary fields when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. | Objects that contain binary fields are supported, like Attachment object.|
392-
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that are unsupported with Bulk API, like CaseStatus.|
391+
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Objects that contain binary fields (like Attachment object) are supported in the following condition: <br>• Specifying objectApiName/query.|
392+
| Support objects that are unsupported with Bulk API in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Support objects (like CaseStatus) that are unsupported with Bulk API in the following condition: <br>• Specifying objectApiName/query.|
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)