ReleaseUpdateDB60_HRM.updateHcmEmploymentLeave Method [AX 2012]

Inserts records into the HcmEmploymentLeave table from the HRMEmplLeave table.

Syntax

public void updateHcmEmploymentLeave()

Run On

Server

Remarks

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

The LeaveType field in the HcmEmploymentLeave table is the foreign key to the HcmLeaveType table.

See Also

Reference

ReleaseUpdateDB60_HRM Class