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.
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.