HcmWorkerBankAccount::findByWorkerAccount Method
Finds a record in the HcmWorkerBankAccount table by using the specified values from the Worker and AccountId fields.
Syntax
client server public static HcmWorkerBankAccount findByWorkerAccount(
HcmWorkerRecId _worker,
HRMBankAccountId _accountId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
A value of the Worker field.
- _accountId
Type: HRMBankAccountId Extended Data Type
A value of the AccountId field.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HcmWorkerBankAccount Table
A record in the HcmWorkerBankAccount table.