Share via


CustInvoicePackingSlipQuantityMatch::insertMatchingSourceDocumentLine Method

Creates a CustInvoicePackingSlipQuantityMatch table buffer and add the table buffer to object of the RecordInsertList class for matching packing slips and invoices.

Syntax

client server public static void insertMatchingSourceDocumentLine(
    RecordInsertList _recordInsertListCustInvoicePackingSlipMatch, 
    SourceDocumentLineRecId _invoiceSourceDocumentLine, 
    SourceDocumentLineRecId _packingSlipSourceDocumentLine, 
    SalesQty _salesQuantity, 
   [InventQty _inventQuantity])

Run On

Called

Parameters

  • _salesQuantity
    Type: SalesQty Extended Data Type
    The sales quantity for the invoice line that is matched against the packing slip line.
  • _inventQuantity
    Type: InventQty Extended Data Type
    The inventory quantity for the invoice line that is matched against the packing slip line; optional.

See Also

Reference

CustInvoicePackingSlipQuantityMatch Table