PurchFormletterParmDataInvoice.skipOrderIdInReSelect Method [AX 2012]

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

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

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
The current purchTable record.
_vendInvoiceInfoTable
Type: VendDocumentTableMap Map
_vendInvoiceInfoSubTable
Type: VendDocumentSubTableMap Map

Return Value

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

This method is used for purchase invoices.

Community Additions

ADD
Show: