Tax::calcTaxAmountPerVatCode_PL Method [AX 2012]

Calculates the domestic sales tax for the export sales.

Syntax

server public static TmpTaxWorkTrans calcTaxAmountPerVatCode_PL(
    TaxGroup _taxGroup, 
    TaxItemGroup _taxItemGroup, 
    TransDate _taxDate, 
    CurrencyCode _sourceCurrencyCode, 
    AmountCur _baseAmountCur, 
    TaxModuleType _taxModuleType)

Run On

Server

Parameters

Return Value

Type: TmpTaxWorkTrans Table
A TmpTaxWorkTrans record with the domestic sales tax for the export sales.

See Also

Reference

Tax Class