PayrollAccrual::findByAccrual Method
Finds a record in the PayrollAccrual table, based on supplied value of the AccrualId field.
Syntax
client server public static PayrollAccrual findByAccrual(
PayrollAccrualId _accrualId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accrualId
Type: PayrollAccrualId Extended Data Type
The value of the accrualId 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: PayrollAccrual Table
A record from the PayrollAccrual table.