RetailPricingEngine::getRetailPriceByItem Method [AX 2012]

Gets the active retail channel price for a given Item.

Syntax

client server public static Price getRetailPriceByItem(
    RetailStoreId _storeId, 
    ItemId _itemId, 
    UnitOfMeasureSymbol _uomId, 
    InventDimId _inventDimId, 
    utcdatetime _validDate, 
    RetailVariantId _variantId)

Run On

Called

Parameters

  • _validDate
    Type: utcdatetime
    Valid date to find price for.

Return Value

Type: Price Extended Data Type
Retail channel price for the given item.

See Also

Reference

RetailPricingEngine Class