Share via


RetailPricingDataManager.findPriceAdjustments Method [AX 2012]

Finds all price adjustments that meet given search criteria

Syntax

public container findPriceAdjustments(
    RecId _productId, 
    RecId _distinctProductVariantId, 
    container _priceGroups, 
    CurrencyCode _currencyCode, 
    UnitOfMeasureSymbol _unitOfMeasureSymbol, 
    utcdatetime _dateToCheck)

Run On

Called

Parameters

  • _priceGroups
    Type: container
    Container of price group record Ids associated with the price adjustments
  • _dateToCheck
    Type: utcdatetime
    The date and time when the price adjustments will be active

Return Value

Type: container
Retail price adjustments matching above criteria

See Also

Reference

RetailPricingDataManager Class