TAMVendRebateAgreementLine.checkRebateAmtRequirements Method
Checks whether the rebate amount is valid for the agreement line based on the defined amount breaks.
Syntax
public boolean checkRebateAmtRequirements(AmountCur _rebateAmt, [boolean _maxRebateLineBreak])
Run On
Called
Parameters
- _rebateAmt
Type: AmountCur Extended Data Type
The amount on the purchase order line for which the rebate should be calculated.
- _maxRebateLineBreak
Type: boolean
A boolean value that defines whether to check the rebate requirements for the maximum rebate or not.
Return Value
Type: boolean
true if the rebate amount is valid for the agreement line; otherwise, false.