BankLCInfo::findByBankLC Method
Finds the BankLCInfo record specified by the record ID of a BankLC record.
Syntax
client server public static BankLCInfo findByBankLC(BankLCRefRecId _bankLCRefRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _bankLCRefRecId
Type: BankLCRefRecId Extended Data Type
The record ID of the BankLC record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: BankLCInfo Table
The specified record in the BankLCInfo table; otherwise, an empty record.