ReleaseUpdateDB60_Payroll.getValidHRPPositionRecord Method [AX 2012]

Retrieves active or latest expired record from the DEL_hrpPartyPositionTableRelationship table.

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

Run On

Server

Parameters

_positionIdToCheck
Type: HcmPositionId Extended Data Type
The position id for which the record needs to be searched.
_expired
Type: boolean
This flag indicates whether to look at expired records.

Return Value

Type: DEL_HRPPartyPositionTableRelationship Table
The DEL_hrpPartyPositionTableRelationship valid record.

Community Additions

ADD
Show: