How to update Effective Start Date of Employee's name via HDL?
I'm trying to update the Effective Start Date of an employee's name to 8/12/2015 using this HDL but it's not working.
METADATA|Worker|PersonId|EffectiveStartDate|EffectiveSequence
MERGE|Worker|300000006404429|2015/08/12|1
METADATA|PersonName|PersonId|PersonNameId|EffectiveStartDate|ReplaceFirstEffectiveStartDate|LastName|FirstName
MERGE|PersonName|300000006404429|300000006404435|2015/08/12|Y|Doe|John
Any ideas how to get this updated?
Tagged:
0