Share via


TaxInventTransfer_BR.taxInCostPrice Method [AX 2012]

Returns the total amount of non recoverable taxes

Syntax

public TaxAmount taxInCostPrice(TableId _tableId, RecId _recId)

Run On

Server

Parameters

Return Value

Type: TaxAmount Extended Data Type
Total amount of non recoverable taxes

Remarks

This method must include includes all taxes because the used context handles cost price instead of prices The base class handles with prices, that include taxes configured as 'included tax' (i.e. ICMS, PIS, COFINS)

See Also

Reference

TaxInventTransfer_BR Class