Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need help to update record between two Salesforce orgs

Hi, I am new to Talend. I have to update Contact records of one Salesforce org based on the update action performed on same records in other org.

How to achieve this as I am getting error in job: Id value of incorrect type.

Please let me know the steps. I would really appreciate. 

Thanks in advance.

Labels (2)
3 Replies
TRF
Creator III
Creator III

Are you trying to reuse ids from your source org into the target org? This is not possible as they are attaches to one org.
Create a custom field on target org declared as an external id.
Populate this field with the source id and use it as the search key for the upsert operation.
Anonymous
Not applicable
Author

Yes, I do have external id's in target org with legacy id's.
I want to know the steps on what components and how will I create a job for
this scenario.

Regards,
Akash
TRF
Creator III
Creator III

tSalesforceInput + tSalesforceOutput at least + tMap if mapping or transformation needed.
tSalesforceOutputBulkExec if huge volume.