function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NerdyNerdy 

Populate a lookup field using external Id in Talend

Hello Everyone,

I need to create a job to integrate an sObject 'Child' that is having a Master-Detail Relationship with Anoter Object 'Parent'.
How can I Populate the Master-Detail fiels using the ExternalId of My Object B in Talend ?
I know that is possible in SF Inspector or Dataloader  with this Syntax :  Parent__r:Parent:ExternalId__c
 
ShirishaShirisha (Salesforce Developers) 
Hi Nerdy,

Greetings!

Seems like Talend is the third party application so,I would suggest you to reach out to the respective team who can help you with this.

However,you can call or access the fields based on the relationship name as below:

RelationshipField.fieldName__c.

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri