Does the order matter? for importing excel files which have attribute for REFERENCES.

0
Hi all, I’m currently using Excel importer, and came up with how the order of importing matters. Say I have one random Entity with have associations to CompanyMaster(*random entity – 1company). Do I always have to import the company master first? or I do not have to care about the importing order. Seems there are no errors occurring…. Thank you in advance  Best regards, Yuki
asked
2 answers
1

You can do this test:

  • Delete all object from the CompanyMaster-entity,
  • import the Excel-file and see what happens.

My expectation is that no CompanyMaster object will have been created and that the imported objects of RandomEntity have no association to a CompanyMaster object.

answered
0

The results I tested.

Used templates

(Random Entity)

CompanyMaster

  1. Import RandomEntity

2.

answered