Share via


RetailPricingDataManager.getRetailDiscountsForItems Method [AX 2012]

Get retail discounts for items.

Syntax

public container getRetailDiscountsForItems(
    container _items, 
    container _priceGroups, 
    utcdatetime _minDate, 
    utcdatetime _maxDate, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

  • _minDate
    Type: utcdatetime
    The earliest inclusive active date to search by. Must be less than or equal to _maxDate.
  • _maxDate
    Type: utcdatetime
    The latest inclusive active date to search by. Must be greater than or equal to _minDate.

Return Value

Type: container
Collections of flatten retail discounts and lines.

See Also

Reference

RetailPricingDataManager Class