ReleaseUpdateDB60_HRM.updateHcmPositionHierarchy Method [AX 2012]

Inserts records in the HcmPositionHierarchy table from the HRPPartyPositionTableRelationship table.

Syntax

public void updateHcmPositionHierarchy()

Run On

Server

Remarks

  1. The Position field that holds the record ID from the HcmPosition table replaces the PositionId field.

  2. The ParentPosition field that holds the record ID from the HcmPosition table replaces the ReportsToPosition field.

See Also

Reference

ReleaseUpdateDB60_HRM Class