PurchFormLetter.needVarianceApproval Method [AX 2012]

Determines whether the specified record in the PurchParmTable or VendInvoiceInfoTable table allows for variance approval.

public boolean needVarianceApproval(VendDocumentTableMap _parmTable)

Run On

Called

Parameters

_parmTable
Type: VendDocumentTableMap Map
The record to check.

Return Value

Type: boolean
true if the provided record allows for variance approval; otherwise, false.

This method should be overridden by derived classes.

Community Additions

ADD
Show: