Delete person home address using hdl
Summary
Delete person home address using hdlContent
Hi All,
We wanted to delete all the employees Home address in the lower environments, i am trying to do it by the below metadata but it is throwing error.
METADATA|PersonAddress|EffectiveStartDate|EffectiveEndDate|PersonNumber|AddressLine1|AddressLine2|AddressLine3|AddressLine4|TownOrCity|Region1|Region2|Region3|Country|PostalCode|TimezoneCode
DELETE|PersonAddress|2018/05/28|4712/12/31|AAAA|xxxxx||||Bangalore||||IN|560076|
Below is the error.
The line for component PersonAddress with instruction MERGE does not include values that define a unique reference to the record. (HRC-1035347) Details: Include values for at least one of the supported keys.
Kindly let me know if any one has done this.