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 8148add CAMEL-13095 - Additional info for queryAll in Salesforce component 8148add is described below commit 8148addef41679f3c9788e62e0665b65a80612bf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri May 21 08:24:31 2021 +0200 CAMEL-13095 - Additional info for queryAll in Salesforce component --- .../resources/org/apache/camel/catalog/docs/salesforce-component.adoc | 3 ++- docs/components/modules/ROOT/pages/salesforce-component.adoc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc index 8d2677f..4418871 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/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. diff --git a/docs/components/modules/ROOT/pages/salesforce-component.adoc b/docs/components/modules/ROOT/pages/salesforce-component.adoc index e486848..1a19e43 100644 --- a/docs/components/modules/ROOT/pages/salesforce-component.adoc +++ b/docs/components/modules/ROOT/pages/salesforce-component.adoc @@ -166,7 +166,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.