Charles Ma
unread,Apr 16, 2012, 5:17:35 PM4/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Data Loader Cliq
Hi,
I'm attempting to upsert OpportunityLineItems to SFDC and relate it to
the correct Opportunity. In the Apex Data Loader, there are 2 options
for external IDs, first is the OpportunityLineItems external id,
second, it's the related Opp's external ID.
The first has been taken cared of in the Cliq tool by the process-
conf.xml with the line:
<entry key="sfdc.externalIdField" value="..."/>
But how do I set the related Opp's external ID with the Cliq tool?
Thank you for your help in advance,
Charles