Share via


VendInvoicePackingSlipQuantityMatch::find Method

Finds the VendInvoicePackingSlipQuantityMatch record for the specified InvoiceSourceDocumentLine , PackingSlipSourceDocumentLine table.

Syntax

client server public static VendInvoicePackingSlipQuantityMatch find(
    SourceDocumentLineRecId _invoiceSourceDocumentLine, 
    SourceDocumentLineRecId _packingSlipSourceDocumentLine, 
   [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 table record.

Remarks

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

See Also

Reference

VendInvoicePackingSlipQuantityMatch Table