[
https://issues.apache.org/jira/browse/CAMEL-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16254915#comment-16254915
]
ASF GitHub Bot commented on CAMEL-10193:
----------------------------------------
Github user oscerd closed the pull request at:
https://github.com/apache/camel/pull/2079
> add support for lookup field using an sObject external id
> ---------------------------------------------------------
>
> Key: CAMEL-10193
> URL: https://issues.apache.org/jira/browse/CAMEL-10193
> Project: Camel
> Issue Type: New Feature
> Components: camel-salesforce
> Affects Versions: 2.17.2
> Reporter: Satguru Srivastava
> Assignee: Dhiraj Bokde
>
> A SalesForce object can have a field of type called "lookup".
> This field is used to by a record in a SalesForce object to reference a
> record in another SalesForce object.
> The value of this field could be a string in which case it would be the
> record id of the other record or it could be an object in which case it would
> contain the other Object's external field name and its value in that other
> record.
> Doing lookup/reference by external id is very useful specially for
> insert/upsert operations as otherwise one has to maintain record id of each
> of the records in the other Object.
> Camel SalesForce component supports lookup by record id.
> There is no support for the second type that is the external field name and
> value type.
>
> See here for more information on this
> https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm
> Section "Upserting Records and Associating with an External ID"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)