Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSalesforceOutput "Relationship mapping for upsert" parameters

I can't get this to work. There are 4 parameters to input:
Column name of Talend schema
Lookup field name
Module name
External id name
But there is no description of what to enter or how to use it.
Account has a lookup to RB_Country__c: Country__c
RB_Country__c has an externalid field: ExternalId__c
Talend schema column Country__c contains the value of the RB_Country__c.ExternalId__c field.
What are the parameters and how to enter them?
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi,
Here is a component reference with scenario tSalesforceOutput and Setting up a Salesforce connection. Hope it will help you.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hey is your problem solved?
Anonymous
Not applicable
Author

Thnx xdshi but it is not clear to me what a lookup module is. Is this a component I need in my Talend Job?
Do I enter all the names with quotes or without them? Just a simple example would be so helpful
AmparoEmmy: No I have not got it to work sadly..
This feature would be so helpful.
_AnonymousUser
Specialist III
Specialist III

Hi,
I got it to work for upserting Cases that have relations to existing Accounts and Contacts. Please note that Accounts and Contacts are somehow special in that they dont't use that "__r" extension like modern (or custom) objects / relations do. (Compare SOQL queries created by e.g. ApexExplorer to get that difference.)
That values I used are:
Column name of Talend Schema Lookup field name Module name External id name
ExtContactId "Contact" "Contact" "ExtContactId__c"
ExtAccountId "Account" "Account" "ExtAccountId__c"
Regards, N.
Anonymous
Not applicable
Author

Thanx AIN123. You're example lines helped a lot. Got it working with custom objects.