Share via


ReleaseUpdateDB60_Payroll.getValidHRPPositionRecord Method [AX 2012]

Retrieves active or latest expired record from the DEL_hrpPartyPositionTableRelationship table.

Syntax

public DEL_HRPPartyPositionTableRelationship getValidHRPPositionRecord(HcmPositionId _positionIdToCheck, [boolean _expired])

Run On

Server

Parameters

  • _expired
    Type: boolean
    This flag indicates whether to look at expired records.

Return Value

Type: DEL_HRPPartyPositionTableRelationship Table
The DEL_hrpPartyPositionTableRelationship valid record.

See Also

Reference

ReleaseUpdateDB60_Payroll Class