PayrollWorkerAccrualAdjustment::findByWorkerAccrualAdjustment Method
Finds a record in the PayrollWorkerAccrualAdjustment table, based on the supplied values of the AdjustmentType, TransactionDate, and WorkerEnrolledAccrual fields.
Syntax
client server public static PayrollWorkerAccrualAdjustment findByWorkerAccrualAdjustment(
PayrollAccrualAdjustmentType _adjustmentType,
PayrollAccrualTransactionDate _transactionDate,
PayrollWorkerEnrolledAccrualRecId _workerEnrolledAccrual,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _adjustmentType
Type: PayrollAccrualAdjustmentType Enumeration
The value of the AdjustmentType field to find.
- _transactionDate
Type: PayrollAccrualTransactionDate Extended Data Type
The value of the TransactionDate field to find.
- _workerEnrolledAccrual
Type: PayrollWorkerEnrolledAccrualRecId Extended Data Type
The value of the WorkerEnrolledAccrual field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether a concurrency setting should be used on the table; optional.
Return Value
Type: PayrollWorkerAccrualAdjustment Table
A record from the PayrollWorkerAccrualAdjustment table.