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
Stefaan Somers 11Stefaan Somers 11 

Validation Errors While Saving Record(s) : LoadData

I'm currently implementing the creation of test-data through the loading of csv-data

For 1 object I do 3 test-loads :
- load A
- load B
- load C

I need to do this because there are several relations between the objects.

If I do the 3 loads I get the error : Validation Errors While Saving Record(s)
But it doesn't give me any details what may be causing this

But the strange thing is the following scenario do work :
- load A, load B
- load A, load C

Also running these tests take a lot of time..

I get more and more the impression that loading data from csv is not really an option, if you have many relations between objects
AnkaiahAnkaiah (Salesforce Developers) 
Hi Stefaan,

What is the error while loading the data?

Thanks!!
Stefaan Somers 11Stefaan Somers 11
Hi,

it just states : Validation Errors While Saving Record(s)
No additional explanation. That's the annoying thing about it...