PayrollAccrualTransactionsView::getWorkerEnrolledAccrualAvailableBalance Method [AX 2012]
Returns the sum of total hours available from the PayrollAccrualTransactionsView view.
client server public static PayrollAccrualTotalAvailableHours getWorkerEnrolledAccrualAvailableBalance(
PayrollWorkerEnrolledAccrualRecId _workerEnrolledAccrualRecId,
date _accrualYearStartDate,
date _accrualYearEndDate)
Run On
CalledParameters
- _workerEnrolledAccrualRecId
- Type: PayrollWorkerEnrolledAccrualRecId Extended Data Type
The RecId field of the PayrollWorkerEnrolledAccrual table.
- _accrualYearStartDate
- Type: date
The AccrualYearStartDate field of the PayrollWorkerEnrolledAccrual table.
- _accrualYearEndDate
- Type: date
The AccrualYearEndDate field of the PayrollWorkerEnrolledAccrual table.
Show: