Share via


PurchFormLetter.needVarianceApproval Method [AX 2012]

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

Syntax

public boolean needVarianceApproval(VendDocumentTableMap _parmTable)

Run On

Called

Parameters

Return Value

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

Remarks

This method should be overridden by derived classes.

See Also

Reference

PurchFormLetter Class