Share via


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

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

See Also

Reference

BankLCLine Table