For more information, please refer to this announcement explaining best practices for getting answers to questions.
Business Unit Update for Multiple Employees
Summary:
I am currently attempting to update the Business Unit for multiple employees using HDL, and I’m encountering the following error:
"You must enter a valid value for the Business Unit ID field."
Here is the structure of my .dat
file:
METADATA|WorkTerms|AssignmentId|PeriodOfServiceId|EffectiveLatestChange|EffectiveSequence|EffectiveStartDate|EffectiveEndDate|ActionCode
MERGE|WorkTerms|300000023401517|100000010501032|Y|1|2024/10/19|4712/12/31|MANAGER_CHANGE
METADATA|Assignment|AssignmentNumber|AssignmentId|WorkTermsAssignmentId|EffectiveLatestChange|EffectiveSequence|EffectiveStartDate|EffectiveEndDate|ActionCode|BusinessUnitId|BusinessUnitShortCode
MERGE|Assignment|ASN_11642|300000023401522|300000023401517|Y|1|2024/10/19|4712/12/31|MANAGER_CHANGE|300000025834915|Industrial
I’ve tried using different combinations, such as including only the BusinessUnitId
or BusinessUnitShortCode
, but the error persists.
Any leads would be highly appreciated. Thanks!