Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

I am using salesforce partner WSDL with soap API to upload data on salesforce and store it on SF object I have two dependent objects who have one lookup field for a child object

When I am storing the parent object I want to store the dependent child object data.

How can I achieve this using SOAP API?

Thanks in advance.

1 Answer

0 votes
by (32.1k points)
This can be achieved by using SOAP API because with that API you will have to create the master object so that you can get the IDs to set the child objects to. You can create all the objects in one transaction.

Browse Categories

...