Share via


RetailPricingDataManager.getPriceAdjustmentsForItems Method [AX 2012]

Fetch all price adjustments for the given items, striped by item Id and dimension Id.

Syntax

public container getPriceAdjustmentsForItems(
    container _items, 
    container _priceGroups, 
    utcdatetime _minDate, 
    utcdatetime _maxDate)

Run On

Called

Parameters

  • _items
    Type: container
    The set of items to search by. Set of containers of [item Id, variant inventory dimension Id].
  • _priceGroups
    Type: container
    Set of price group Ids to search by.
  • _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
Collection of price adjustments striped by applicable item Id and variant dimension Id.

See Also

Reference

RetailPricingDataManager Class