ReleaseUpdateDB60_HRM.updateHcmi9DocumentType Method [AX 2012]

Inserts records into the Hcmi9DocumentType table from the HRMi9DocumentType table.

Syntax

public void updateHcmi9DocumentType()

Run On

Server

Remarks

This update will retain the data of each company by appending the DataAreaId field to the DocumentTypeId field of the HRMi9DocumentType table. This creates unique identifiers for the Hcmi9DocumentType table when there are multiple companies. If there is only one company, the DataAreaId field will not be appended.The IssuingAgency field of the Hcmi9DocumentType table is the foreign key to the HcmIssuingAgency table.

See Also

Reference

ReleaseUpdateDB60_HRM Class