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
ServerParameters
- _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: booleanfalse if the origPurchId value may be used in the reSelect method; otherwise, true.
Community Additions
ADD
Show: