MCRCreateContinuityChildrenOrders.getContChildLineSalesPriceInclTax Method [AX 2012]

Calculates the sales price for the continuity child line including tax.

private SalesPrice getContChildLineSalesPriceInclTax(
    ItemId _itemId, 
    SalesQty _salesQty, 
    InventTransId _inventTransId, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The itemID for the item contained in the sales line.
_salesQty
Type: SalesQty Extended Data Type
The quantity of the item on the sales line.
_inventTransId
Type: InventTransId Extended Data Type
The inventTransID relating to the sales line.
_currencyCode
Type: CurrencyCode Extended Data Type
The currency in which the price is to be calculated.

Return Value

Type: SalesPrice Extended Data Type
The calculated price of the continuity child line including tax.

Community Additions

ADD
Show: