Share via


VendInvoiceMatchingLine::createFromPurchLine Method

Initializes and persists values for a VendInvoiceMatchingLine table from a specified Purchline and PurchParmLine tables.

Syntax

client server public static void createFromPurchLine(PurchLine _purchLine, VendDocumentLineMap _parmLine)

Run On

Called

Parameters

  • _purchLine
    Type: PurchLine Table
    The PurchLine instance to initialize from.

Remarks

Various fields are copied from the PurchLine and PurchParmLine tables to the VendInvoiceMatchingLine table.

See Also

Reference

VendInvoiceMatchingLine Table