Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _parmTable
Type: VendDocumentTableMap Map
The record to check.
Return Value
Type: boolean
true if the provided record allows for variance approval; otherwise, false.
Remarks
This method should be overridden by derived classes.