You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
According to docs, https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_create.htm , I should be able to create a Contact and Opportunity in a single create() call.
Instead, when I try to do so using the toolkit i get the following error:
PHP Fatal error: SOAP-ERROR: Encoding: object has no "'type' property" salesforce
Breaking the exact same set of objects into two separate create()s works as expected.
I've tried both with and without "fields" array.
php 5.5.26, API version 34.0
What other info can i provide to help debug?
The text was updated successfully, but these errors were encountered: