Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HcmWorkerBankAccount Table
A record in the HcmWorkerBankAccount table.

See Also

Reference

HcmWorkerBankAccount Table