PurchFormletterParmData.skipOrderIdInReSelect Method [AX 2012]

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

protected boolean skipOrderIdInReSelect(
    PurchTable _purchTable, 
    VendDocumentTableMap _parmTable, 
    VendDocumentSubTableMap _parmSubTable)

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
The current purchTable record.
_parmTable
Type: VendDocumentTableMap Map
The current header record.
_parmSubTable
Type: VendDocumentSubTableMap Map
The current subheader record.

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: