Forum Post: How to create related records with a single call using SOAP API?

  • Thread starter Thread starter mzorbis
  • Start date Start date
Status
Not open for further replies.
M

mzorbis

Guest
Hi, I'm using the SOAP API to create two records with a createArr call: Record 1 is object A with a lookup field (related object set to object B) Record 2 is object B There is a one to many relationship set between object A and B. The question is - Is it possible to create these two records with a _single_ call to the createArr method? The reason why I'm asking is because I have no id value for the parent record (Record 1) when defining the child record (Record 2) fields because the parent record has not yet been created. Many thanks! Marcin.

Continue reading...
 
Status
Not open for further replies.
Back
Top