ReleaseUpdateDB60_HRM.updateHcmEmploymentEmployee Method [AX 2012]

Inserts records into the HcmEmploymentEmployee table from the HRMPartyEmployeeRelationship table.

Syntax

public void updateHcmEmploymentEmployee()

Run On

Server

Remarks

The Employment field in the HcmEmploymentEmployee table is the foreign key to the HcmEmployment table. The IncomeTaxCategory field in the HcmEmploymentEmployee table is the foreign key to the HcmIncomeTaxCategory table. The IncomeTaxCode field in the HcmEmploymentEmployee table is the foreign key to the HcmIncomeTaxCode table.

See Also

Reference

ReleaseUpdateDB60_HRM Class