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
- _tableRefId
Type: TradeLineRefId Extended Data Type
The number of the invoice to be deleted.
- _inventTransId
Type: TradeInventTransId Extended Data Type
The line identifier of the invoice line to be deleted.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; 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.