Worker HDL PersonUserInformation and PersonUserManualRoles Load
Hi Everyone,
I am working in a Worker.dat HDL load and I created a worker using the HDL file and now I am trying to add a role name and role common name which is not loading.
This is my HDL content
METADATA|Worker|EffectiveStartDate|EffectiveEndDate|PersonNumber|StartDate|DateOfBirth|ActionCode|SourceSystemOwner|SourceSystemId
MERGE|Worker|2023/07/01|4712/12/31||2023/07/01|1990/05/12|ADD_PEN_WKR|APEX_CONV|TestEmp_123
METADATA|PersonName|EffectiveStartDate|EffectiveEndDate|PersonNumber|LegislationCode|NameType|FirstName|MiddleNames|LastName|SourceSystemOwner|SourceSystemId|PersonId(SourceSystemId)
MERGE|PersonName|2023/07/01|4712/12/31||US|GLOBAL|TestEmpFN|U|TestEmp|APEX_CONV|TestEmpName_123|TestEmp_123
METADATA|PersonLegislativeData|EffectiveStartDate|EffectiveEndDate|PersonNumber|LegislationCode|****|MaritalStatus|SourceSystemOwner|SourceSystemId|PersonId(SourceSystemId)
MERGE|PersonLegislativeData|2023/07/01|4712/12/31||US|M|M|APEX_CONV|TestEmpLegData_123|TestEmp_123