MarkupTmpMaxAmountValidation.validateInvoiceMaxMiscChargesValue Method
Summarizes and validates the miscellaneous charges for the posted invoice transactions.
Syntax
public boolean validateInvoiceMaxMiscChargesValue(
ParmId _parmId,
TradeLineRefId _tableRefId,
MarkupTmpMaxAmountValidation _markupTmpMaxAmountValidation,
[MarkupCode _markupCode,
boolean _ispolicyViolation])
Run On
ClientOrServer
Parameters
- _parmId
Type: ParmId Extended Data Type
The ParmId field of the VendInvoiceInfoTable table.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The TableRefId field of the VendInvoiceInfoTable table.
- _markupTmpMaxAmountValidation
Type: MarkupTmpMaxAmountValidation Table
The MarkupTmpMaxAmountValidation buffer of the temporary table.
- _markupCode
Type: MarkupCode Extended Data Type
The MarkupCode value that is checked to see if it has exceeded the maximum amount limit; optional.
- _ispolicyViolation
Type: boolean
Return Value
Type: boolean
true if miscellaneous charges of the VendInvoiceInfoTable table has not crossed the maximum amount limit; otherwise, false.