ReleaseUpdateDB60_HRM.updateHcmEmploymentInsurance Method [AX 2012]

Inserts records into the HcmEmploymentInsurance table from the HRMInsurance table.

Syntax

public void updateHcmEmploymentInsurance()

Run On

Server

Remarks

The Employment field in the HcmEmploymentInsurance table is the foreign key to the HcmEmployment table.

The InsuranceType field in the HcmEmploymentInsurance table is the foreign key to the HcmInsuranceType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class