Open GoogleCodeExporter opened 8 years ago
It might be the same problem as this issue:
http://code.google.com/p/dataloadercliq/issues/detail?id=42
What version of cliq are you using? This should have been fixed by now.
Original comment by vijay.swamidass@gmail.com
on 20 Jun 2013 at 12:48
Hi,
I am trying to automate an upsert functionality that works with interactive
force.com dataloader.
I am trying to insert opportunities with an external id, and then
opportunityLineItems using the opportunity external id. It does work manually,
but I am getting the same error over and over again:
"ERROR [processname] ... - Field name provided, Opportunity.order_ID__c does
not match an External ID for OpportunityLineItem"
The field was defined in the process-conf.xml
"<entry key="sfdc.externalIdField" value="Opportunity.order_ID__c"/>"
(I've also tried the : and the \: separators between the table and the field)
and in the SDL file as well
"order_ID=Opportunity\:order_ID__c"
I'll appreciate some help
Original comment by david.abulafia@bmt-business.co.il
on 28 Nov 2013 at 2:48
Original issue reported on code.google.com by
garipa...@gmail.com
on 19 Jun 2013 at 7:47