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.
- _parmLine
Type: VendDocumentLineMap Map
A line record to initialize from.
Remarks
Various fields are copied from the PurchLine and PurchParmLine tables to the VendInvoiceMatchingLine table.