ReleaseUpdateDB60_HRM.updateHcmPositionWorkerAssignment Method [AX 2012]

Insert data into the HcmPositionWorkerAssignment table from the HRPPartyPositionTableRelationship table.

Syntax

public void updateHcmPositionWorkerAssignment()

Run On

Server

Remarks

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

  2. The Worker field which holds the record ID from the HcmWorker table replaces the Reference field.

  3. The AssignmentReasonCode field which holds the record ID from the HcmReasonCode table replaces the HrmResignReasonCodeId field.

See Also

Reference

ReleaseUpdateDB60_HRM Class