Share via


RetailPriceUtilities::calcComparisonPrice Method [AX 2012]

Calculates the comparison sales price for the item that is selected.

Syntax

server public static real calcComparisonPrice(ItemId _itemId, real _basePrice)

Run On

Server

Parameters

  • _basePrice
    Type: real
    The base price of the item that will be used for comparison.

Return Value

Type: real
Calculated price for the item if the item unit can be converted.

See Also

Reference

RetailPriceUtilities Class