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
Siva Sankar PaluriSiva Sankar Paluri 

What is the sequence to be followed if data is to be loaded into the below 3 objects Accounts Contacts users

Sarvesh_OjhaSarvesh_Ojha
Hi Siva,

Here is the order:
1. User  --  This values are used as Owner of the Account and Contact Records.
2. Account  -- This is parent 
3. Contact  --  Have lookup to Account. This is a child.

Thanks,
Sarvesh
Siva Sankar PaluriSiva Sankar Paluri
Hi Sarvesh,

As the field in contact is lookup and not a mandatory field, still do we need to follow the same sequence.
Yesterday i tried uploading contact first and then account , after that i mapped contact and account using lookup relationship.

Thanks
Siva