Enhanced Validation for Large Numbers of Child Records
Files for objects such as User Defined Tables, Schedule Request, Organization Tree, Organization Tree Nodes, Department Tree, Department Tree Node, and Grade Ladders often contain large volumes of child records associated with a single parent record. HCM Data Loader (HDL) processes these related records as a logical business object using a single thread. When the number of child records is high, the performance can degrade, leading to slower load times.
This enhancement introduces a validation check during the import process to detect files with more than 2000 child records per parent. If the file surpasses this threshold, an error will be raised during the import process to prevent performance degradation.
To mitigate this error, split the data into two separate files: one containing the parent record and the other containing only the child records, and then load the them.
Steps to Enable
You don't need to do anything to enable this feature.