PayrollEarningGenerationTask::isEditedOrProcessedLineExists Method [AX 2012]
Checks whether any modified or payment-processed earning statement line exists for the provided period date.
server private static boolean isEditedOrProcessedLineExists(
PayrollEarningStatementRecId _statementRecId,
HcmPositionRecId _positionRecId,
TransDate _periodDate)
Run On
ServerParameters
- _statementRecId
- Type: PayrollEarningStatementRecId Extended Data Type
The record ID of the record in the PayrollEarningStatement table.
- _positionRecId
- Type: HcmPositionRecId Extended Data Type
The record ID of the record in the HcmPosition table.
- _periodDate
- Type: TransDate Extended Data Type
The individual date value for which to generate the leave earning statement line.
Return Value
Type: booleantrue if any modified or payment-processed earning statement line is found; otherwise false.
Show: