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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSalesforceOutput upsert problem

While attempting to transfer data from Microsoft SQL Server to Sales force I am getting the below error:-

I tried using the upsert action and entered the upsert key column as one of customized field named 'SfId__c'. The error is as shown below:-

exceptionMessage = 'sObjecttype ' ' is not supported.If you are attempting to use a custom object , be sure to append the '__c'  after the entity name'.

Labels (2)
10 Replies
TRF
Champion II
Champion II

Check you have the visibility on that field on Salesforce side
Anonymous
Not applicable
Author

Yes , checked it is having visibility on Salesforce side

TRF
Champion II
Champion II

Share your component settings
Anonymous
Not applicable
Author

0683p000009LzcW.png

TRF
Champion II
Champion II

Module name must contain the target object name
Anonymous
Not applicable
Author

Hello,

 

Can you please explain, target object name means?

manodwhb
Champion II
Champion II

@ruchita366,target object means on the object which you wan to do Upsert logic.

manodwhb
Champion II
Champion II

@ruchita366,check the below link to know more about tSalesforceOutput.

 

https://help.talend.com/reader/9q55KsfASqX0qY4GVhEDNQ/roH3~9ht_XXQfMql8oG3dQ

TRF
Champion II
Champion II

In the component settings, the field "Module name" must contain the Salesforce object name you want to address. For example, "Account" or "YourObject__c" (including the double quotes).