TAMVendRebateAgreement.checkRebateRequirements Method

Validates the vendor rebate agreement requirements for the passed in parameters.

Syntax

public boolean checkRebateRequirements(
    real _rebateAmount, 
    PurchQty _rebateQty, 
    PurchUnit _purchUnit, 
    CurrencyCode _currency, 
   [ItemId _itemId])

Run On

Called

Parameters

  • _rebateAmount
    Type: real
    The rebate amount that should be validated against the rebate requirements.

Return Value

Type: boolean
true if the vendor rebate is valid based on the passed in parameters; otherwise, false.

See Also

Reference

TAMVendRebateAgreement Table