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
ServerParameters
- _purchTable
- Type: PurchTable Table
The current purchTable record.
- _vendInvoiceInfoTable
- Type: VendDocumentTableMap Map
- _vendInvoiceInfoSubTable
- Type: VendDocumentSubTableMap Map
Return Value
Type: booleanfalse if the origPurchId value may be used in the reSelect method; otherwise, true.
Community Additions
ADD
Show: