Hi,
after searching for hours I would like to ask how you do upsert/create records containing lookup-fields to objects with theire own external ID.
e.g.: Contact has its own external ID = Contact_ext_ID__c
Account has its own external ID = Acc_ext_ID
I would like to upsert contacts like this
Contact_ext_ID__c = "23523AG",
Account.Acc_ext_ID__c = "A540065" //can't get this field matching during upsert/create
Info__c = "Prospect"
Name = "Mike",
City = "Hollywood";
best regards
UPDATE: There is another thread that is not really solved in PHP:
Setting a lookup field using an External ID in UPSERT
Bookmarks