Tax::getTaxValue_IN Method [AX 2012]

Reads the table buffer and get the required TaxValue.

server public static TaxValue getTaxValue_IN(
    TransDate _transDate, 
    TaxCode _taxCode, 
    AmountCur _baseAmountCur, 
    SalesPurchJournalLine_IN _salesPurchJournalLine)

Run On

Server

Parameters

_transDate
Type: TransDate Extended Data Type
The field is used to find the record.
_taxCode
Type: TaxCode Extended Data Type
The field is used to find the record.
_baseAmountCur
Type: AmountCur Extended Data Type
The field is used to find the record.
_salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map
The map is used to find the record.

Return Value

Type: TaxValue Extended Data Type
Returns TaxValue.

Reference

Show: