RetailPricingEngine::getPriceForSalesLine Method [AX 2012]

Deprecated.

For a sales order line, calculate the price after retail price calculations (trade agreements and price adjustments).

This will calculate based on the sales order's channel association.

Syntax

client server public static Price getPriceForSalesLine(SalesLine _salesLine)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The sales line for which to find the retail price

Return Value

Type: Price Extended Data Type
Retail price of the sales line

Remarks

Retail prices should always be interpreted with PriceUnit of 1

See Also

Reference

RetailPricingEngine Class