PurchFormletterParmData.needVarianceApproval Method [AX 2012]

Indicates whether the specified header table record needs variance approval.

protected boolean needVarianceApproval(VendDocumentTableMap _parmTable)

Run On

Server

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 the derived classes.

Community Additions

ADD
Show: