Share via


ReleaseUpdateDB60_HRM.updateHcmPositionDetail Method [AX 2012]

Inserts data into the HcmPositionDetail table from the HRPPartyPositionTableRelationship table.

Syntax

public void updateHcmPositionDetail()

Run On

Server

Remarks

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

  2. The Job field which holds the record ID from the HcmJob table replaces the JobId field.

  3. The CompensationCountryRegion field which holds values of the CountryRegionId field from the LogisticsAddressCountryRegion table replaces the HrmCompLocationId field.

  4. The Department field which holds the record ID from the OMOperatingUnit table replaces the OrganizationUnitId field.

  5. The Title field which holds the record ID from the HcmTitle table replaces the Title field.

See Also

Reference

ReleaseUpdateDB60_HRM Class