Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a record in the PayrollWorkerAccrualAdjustment table from the supplied values.
Syntax
private void createWorkerAccrualAdjustment(
PayrollWorkerEnrolledAccrualRecId _workerEnrolledAccrual,
DEL_PRLYTDAccrued _adjustedHours,
PayrollAccrualAdjustmentType _adjustmentType,
TransDate _transactionDate)
Run On
Server
Parameters
- _workerEnrolledAccrual
Type: PayrollWorkerEnrolledAccrualRecId Extended Data Type
A record ID in the PayrollWorkerEnrolledAccrual table.
- _adjustedHours
Type: DEL_PRLYTDAccrued Extended Data Type
The value of the adjustment.
- _adjustmentType
Type: PayrollAccrualAdjustmentType Enumeration
The type of PayrollAccrualAdjustmentType to assign to the value of the adjustment.
- _transactionDate
Type: TransDate Extended Data Type
The transaction date to use on adjustment record.