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.

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.
_vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The default VendInvoiceInfoTable record in the VendEditInvoice form.

Community Additions

ADD
Show: