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
- _recordInsertListCustInvoicePackingSlipM
Type: RecordInsertList Class
- _invoiceSourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The record ID for the SourceDocumentLine record that relates to the invoice line.
- _packingSlipSourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The record ID for the SourceDocumentLine record that relates to the packing slip record that is matched with the invoice line.
- _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.