function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ryyhryyh 

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