For more information, please refer to this announcement explaining best practices for getting answers to questions.
Issues in loading ScheduleRequest, ScheduleEvent and ScheduleShiftEvent
Summary:
Issues in loading ScheduleRequest, ScheduleEvent and ScheduleShiftEvent.
HDL file has data in the same order as above. The HDL file loads to success for about 15 employees. That is one header, 15 ScheduleEvent data for a month's period. ScheduleShiftEvent having 30 x 15 = 450 rows of shift data to be uploaded.
However, the problem occurs when we start loading above 25 employees.
Getting Error "You can't perform the specified action on the ScheduleEventVO child record because the ScheduleRequest parent record doesn't exist. Verify and try again."
So, we uploaded as three separate HDL files and that worked. Want to check if this is the only option or is there a workaround that this can be handled in a single file.