Share via


ReleaseUpdateDB60_HRM.updateHcmPersonIdentificationNumber Method [AX 2012]

Inserts records into the HcmPersonIdentificationNumber table from the HRMEmplIdentification table.

Syntax

public void updateHcmPersonIdentificationNumber()

Run On

Server

Remarks

The Person field in the HcmPersonIdentificationNumber table is the foreign key to the DirPerson table.

The IssuingAgency field in the HcmPersonIdentificationNumber table is the foreign key to the HcmIssuingAgency table.

The IdentificationType field in the HcmPersonIdentificationNumber table is the foreign key to the IdentificationType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class