BankLCImportLine::findByImportTableAndLineNum Method
Finds and returns the BankLCImportLine record that is based on the given letter of credit record ID and line number
Syntax
client server public static BankLCImportLine findByImportTableAndLineNum(
BankLCRefRecId _bankLCImportRefRecId,
BankLCShipmentLineNum _bankLCShipmentLineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _bankLCImportRefRecId
Type: BankLCRefRecId Extended Data Type
The given letter of credit record ID.
- _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: BankLCImportLine Table
A record in the BankLCImportLine table; otherwise, an empty record.