This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 8541201 CAMEL-13095 - Additional info for queryAll in Salesforce
component (#5591)
8541201 is described below
commit 854120102e6cadb149c5361aaf5dd7d0d231ff02
Author: Christos Goros <[email protected]>
AuthorDate: Fri May 21 09:20:49 2021 +0300
CAMEL-13095 - Additional info for queryAll in Salesforce component (#5591)
Co-authored-by: Christos Gkoros <[email protected]>
---
.../camel-salesforce-component/src/main/docs/salesforce-component.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 8d2677f..4418871 100644
---
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -164,7 +164,8 @@ results) using result link returned from the 'query' API
* compositeUpsertSObjectCollections - Create or update (upsert) up to 200
records based on an external ID field.
Returns a list of UpsertSObjectResult objects.
* compositeDeleteSObjectCollections - Delete up to 200 records, returning a
list of SaveSObjectResult objects.
-* queryAll - Runs a SOQL query. It returns the results that are deleted
because of a merge or delete. Also returns
+* queryAll - Runs a SOQL query. It returns the results that are deleted
because of a merge (merges up to three records into one of the records, deletes
the others, and reparents any related records) or delete.
+Also returns
the information about archived Task and Event records.
* getBlobField - Retrieves the specified blob field from an individual record.
* apexCall - Executes a user defined APEX REST API call.