We have been attempting to migrate absence data into an environment as a trial for bringing absences in that are registered outside the system. The migration job uses the ABSENCE_REGISTRATION view using the INSERT_OR_UPDATE procedure.
I am experiencing two issues, this is the first.
We are able to successfully bring the absences into IFS Cloud however when the value is less than one day (irrespective of the absence type setup being working hours or working days) the system automatically turns absences less than 1 day or less than the scheduled 8 hours into 1 whole day or a full day schedule.
The issue we have is that it isn’t uncommon to book less than your scheduled hours yet when we try to migrate data into this view we aren’t able to successfully include a time in the format.
Does anyone have experience of a similar migration job where you have encountered the same issue?
Things I have tried so far
Using TIME_FROM and TIME_TO but only a date format is being accepted. When you run a report on this field, you get a combination of date and time but this is not acceptable input for the data.
Changing the day unit
Another issue I’m experiencing is using the existing absence ID sequence per employee, it would be highly beneficial to be able to use the existing sequencing but I can’t figure out a way to incorporate that automatically into the job.
Any help with this would be greatly appreciated.