Share via


RetailPricingDataManager.getPeriodicDiscounts Method [AX 2012]

Gets the periodic discount configurations to apply to the product/variant

Syntax

public container getPeriodicDiscounts(
    RecId _productId, 
    RecId _distinctProductVariantId, 
    container _priceGroups, 
    CurrencyCode _currencyCode, 
    utcdatetime _dateToCheck)

Run On

Called

Parameters

  • _priceGroups
    Type: container
    The price group record Ids to search by.
  • _dateToCheck
    Type: utcdatetime
    The date which should be covered by all returned results.

Return Value

Type: container
Set of periodic discount configurations. Rows roughly contain normalized periodic discount lines for all discount types which may apply given the filters.

See Also

Reference

RetailPricingDataManager Class