Share via


PayrollAccrualTransactionsView::getWorkerEnrolledAccrualBalances Method

Finds a record in the PayrollAccrualTransactionsView view, based on the values of fields in the PayrollWorkerEnrolledAccrual table.

Syntax

client server public static PayrollAccrualTransactionsView getWorkerEnrolledAccrualBalances(
    PayrollWorkerEnrolledAccrualRecId _workerEnrolledAccrualRecId, 
    date _accrualYearStartDate, 
    date _accrualYearEndDate)

Run On

Called

Parameters

  • _accrualYearStartDate
    Type: date
    The AccrualYearStartDate field of the PayrollWorkerEnrolledAccrual table.
  • _accrualYearEndDate
    Type: date
    The AccrualYearEndDate field of the PayrollWorkerEnrolledAccrual table.

Return Value

Type: PayrollAccrualTransactionsView View
A record from the PayrollAccrualTransactionsView view.

See Also

Reference

PayrollAccrualTransactionsView View