Posted by johnhanley on September 4, 2014 at 8:14pm
I'm trying to upsert values from a newly created node into an existing Salesforce contact object. The field mapping includes a field containing the Salesforce contact ID. The Action triggers are set as "Drupal entity create" and "Drupal entity update".
When inserting a new node the following error occurs:
SalesforceException: The Id field should not be specified in the sobject data. in Salesforce->apiCall() (line 104 of /sites/all/modules/salesforce/includes/salesforce.inc).
Salesforce won't know which contact object to upsert without the ID.
Has anyone dealt with this before?
