ReleaseUpdateDB60_HRM.updateHcmAgreementTerm Method [AX 2012]

Inserts records into the HcmAgreementTerm table from the HRMHiringTerms table.

Syntax

public void updateHcmAgreementTerm()

Run On

Server

Remarks

This upgrade will discard duplicate records if the HrmHiringTermId field and the Description field of the HRMHiringTerms table are identical. The new unique identifier AgreementTermId field of the HcmAgreementTerm table combines the HrmHiringTermId field and the DataAreaId field of the HRMHiringTerms table from the first record found. All records found that are identified as duplicates in other companies will be discarded. If only one company exists, the DataAreaId field will not be appended.

See Also

Reference

ReleaseUpdateDB60_HRM Class