function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
samthakur74samthakur74 

Bulk upload Master-Detail objects input data format

Hello,

I have 2 custom objects Person and Address. Person is master and Address is the detail. I have defined Address in Person as master detail relationship.

How do i define data in csv for bulk upload (using reference bulk upload java code)? Is there any reference XML files which i can use to see how master detail is defined for bulk upload in Salesforce

 

Thank you

Sameer

Best Answer chosen by Admin (Salesforce Developers) 
Andy BoettcherAndy Boettcher

You need to first upload your Master data - match up the resulting Ids up with your Child table, then upload your Child data.