Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm doing an upsert to a salesforce object using tSalesforceOutput. I have a field on the object which is a lookup field.
The field is called Production_Unit__c the object that it looked up to is also called Production_Unit__c with an External_Id__c
Ive build out my job and whenever I try to run I'm getting an error
I've attached screenshot for both the error and the relationship mapping for the upsert
Please assist
failed to release the resource in tSalesforceOutput_1 :com.sforce.ws.SoapFaultException: Element or attribute do not match QName production: QName::=(NCName':')?NCName.
Did you try to populate the "Lookup field name" with "Product_Unit__c" and "Lookup relationship field name" with "Product_Unit__r"?