Share via


VendInvoicePackingSlipQuantityMatch::findRecId Method

Finds a VendInvoicePackingSlipQuantityMatch record by using the specified RecId field.

Syntax

client server public static VendInvoicePackingSlipQuantityMatch findRecId(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to select the record for update; optional.

Return Value

Type: VendInvoicePackingSlipQuantityMatch Table
A single VendInvoicePackingSlipQuantityMatch record if it exists.

Remarks

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

See Also

Reference

VendInvoicePackingSlipQuantityMatch Table