You need to sign in to do that
Don't have an account?
create() call using Enterprise WSDl
I am trying to create account,contact and opportunity using the create call of SOAP API. I am creating these objects in a single call.
These objects are having parent child relationship. I am using external ID to give the realtion betweent the objects. But how to retrieve the order in which the objects need to be given in the soap request.
For Example my contact and opportuiny is realted to account. I gave the contact object before the account object in the create call .This is giving an error. So how can we retrieve the order of the objects for the create call.