PayrollPositionWorkerCompensation::stateIdByPositionBenefitExists Method
Checks whether a state ID is associated with a position and benefit.
Syntax
client server public static boolean stateIdByPositionBenefitExists(
HcmPositionRecId _positionIRecID,
LogisticsAddressStateId _stateId,
HcmBenefitRecId _benefitRecId)
Run On
Called
Parameters
- _positionIRecID
Type: HcmPositionRecId Extended Data Type
The HcmPosition record ID.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
The state ID.
- _benefitRecId
Type: HcmBenefitRecId Extended Data Type
The HcmBenefit record ID.
Return Value
Type: boolean
true if the state ID exists; otherwise, false.