Share via


RetailPriceUtilities::getValidRetailPrice2 Method [AX 2012]

Converts the price from one unit of measure to another.

Syntax

server public static real getValidRetailPrice2(
    RetailStoreId _storeId, 
    ItemId _itemId, 
    date _dateValid, 
    TimeOfDay _timeVal, 
    UnitOfMeasureSymbol _salesUOM, 
    RetailVariantId _variant)

Run On

Server

Parameters

  • _dateValid
    Type: date
    The current date.
  • _timeVal
    Type: timeOfDay
    The current time of day.

Return Value

Type: real
The converted price from one unit of measure to another.

See Also

Reference

RetailPriceUtilities Class