Share via


PurchFormletterParmDataInvoice.skipOrderIdInReSelect Method [AX 2012]

Indicates whether the origPurchId value should be skipped in the reSelect method.

Syntax

protected boolean skipOrderIdInReSelect(
    PurchTable _purchTable, 
    VendDocumentTableMap _vendInvoiceInfoTable, 
    VendDocumentSubTableMap _vendInvoiceInfoSubTable)

Run On

Server

Parameters

Return Value

Type: boolean
false if the origPurchId value may be used in the reSelect method; otherwise, true.

Remarks

This method is used for purchase invoices.

See Also

Reference

PurchFormletterParmDataInvoice Class