RHRMPersonBankAccount::find Method
Finds a record.
Syntax
client server public static RHRMPersonBankAccount find(
RHRMPersonTableRecId _personRecId,
[RHRMPersonBankAccountId _accountId,
boolean _forUpdate])
Run On
Called
Parameters
- _personRecId
Type: RHRMPersonTableRecId Extended Data Type
A person table rec id.
- _accountId
Type: RHRMPersonBankAccountId Extended Data Type
A person bank account id.
- _forUpdate
Type: boolean
An indicator, if true record will be selected for update.
Return Value
Type: RHRMPersonBankAccount Table
The found record.