You need to sign in to do that
Don't have an account?

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
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
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