Share via


VendInvoiceInfoLine::findTableRefIdInventTransId Method

Finds and returns the invoice line for the given TableRefId and InventTransId fields.

Syntax

client server public static VendInvoiceInfoLine findTableRefIdInventTransId(
    TradeLineRefId _tableRefId, 
    TradeInventTransId _inventTransId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: VendInvoiceInfoLine Table
A single VendInvoiceInfoLine table record if it exists.

Remarks

If the record does not exist, an empty VendInvoiceInfoLine table record is returned.

See Also

Reference

VendInvoiceInfoLine Table