Share via


PurchFormLetter_Invoice.purchSelectLines Method [AX 2012]

Creates records in the VendInvoiceInfoLine table and consolidates the default record in the _vendInvoiceInfoTable table in the VendEditInvoice form when the selected purchase lines are retrieved from the PurchSelectLines form.

Syntax

public void purchSelectLines(
    Set _origPurchSubTableSet, 
    Set _newPurchLineSet, 
    VendInvoiceInfoTable _vendInvoiceInfoTable)

Run On

Called

Parameters

  • _origPurchSubTableSet
    Type: Set Class
    A set of PurchId values for creating records in the _vendInvoiceInfoTable table.
  • _newPurchLineSet
    Type: Set Class
    A set of RecId values for creating records in the VendInvoiceInfoLine table.

See Also

Reference

PurchFormLetter_Invoice Class