TAMVendRebateAgreement.checkRebateQtyRequirements Method
Checks whether the rebate quantity satisfies the rebate minimum quantity requiremets.
Syntax
public boolean checkRebateQtyRequirements(
SalesQty _rebateQty,
PurchUnit _purchUnit,
[ItemId _itemId])
Run On
Called
Parameters
- _rebateQty
Type: SalesQty Extended Data Type
The rebate quantity.
- _purchUnit
Type: PurchUnit Extended Data Type
The purchase unit on the transaction.
- _itemId
Type: ItemId Extended Data Type
The ItemId for which to check requirements.
Return Value
Type: boolean
true if the rebate quantity satisfies rebate minimum quantity requiremets; otherwise, false.