BankLCExportLine::findByExportTableAndLineNum Method
Finds the BankLCExportLine record specified by a letter of credit and a line number.
Syntax
client server public static BankLCExportLine findByExportTableAndLineNum(
BankLCRefRecId _bankLCExportRefRecId,
BankLCShipmentLineNum _bankLCShipmentLineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _bankLCExportRefRecId
Type: BankLCRefRecId Extended Data Type
- _bankLCShipmentLineNum
Type: BankLCShipmentLineNum Extended Data Type
- _forUpdate
Type: boolean
Return Value
Type: BankLCExportLine Table
The specified record in the BankLCExportLine table if found; otherwise, an empty record.