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