Can I manage departments and managers for schedule generation profiles using HCM Data Loader?
Yes, using the ScheduleGenerationProfile object along with the ScheduleManager and StaffingDepartment child objects. You can add or remove departments, assign or update managers, and make other updates to existing schedule generation profiles.
Here's a sample import file for reference:
METADATA|ScheduleGenerationProfile|SchedProfileCode
MERGE|ScheduleGenerationProfile|SGP_CARDIOLOGY
METADATA|ScheduleManager|SchedProfileMgrCode|StartDate|EndDate|SchedProfileCode|PersonNumber
MERGE|ScheduleManager|SM_01|2025/09/01|2025/11/01|SGP_CARDIOLOGY|PERSON_01
METADATA|StaffingDepartment|SchedProfileUnitCode|TimezoneCode|SchedProfileCode|LocationCode|LocationSetCode|DepartmentName
MERGE|StaffingDepartment|DPT_01|Asia/Kolkata|SGP_CARDIOLOGY|LOC01|COMMON|DPT01