Compartilhar via


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

  • _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.

See Also

Reference

BankLCImportLine Table