You need to sign in to do that
Don't have an account?

PHP Upsert with Foreign Keys
is it possible with the PHP toolkit to do an upsert and specify external id's on lookup fields?
Example: upsert a contact and specify that the AccountId field's value is an external id value. So you would set Contact.AccountId = 'MyExternalId' and specify to use the field Account.MyId__c as the external id.
Thanks