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.
Indicates whether the rebate quantity satisfies the rebate minimum quantity requirements.
Syntax
public boolean checkRebateQtyRequirements(
SalesQty _rebateQty,
SalesUnit _salesUnit,
[ItemId _itemId])
Run On
Called
Parameters
- _rebateQty
Type: SalesQty Extended Data Type
The rebate quantity.
- _salesUnit
Type: SalesUnit Extended Data Type
The sales unit.
- _itemId
Type: ItemId Extended Data Type
The item ID.
Return Value
Type: boolean
true if the rebate quantity satisfies rebate minimum quantity requirements; otherwise, false.