TmpTaxWorkTrans::getSpecificTaxAmount_IN Method
Extracts and returns the amount for specific india tax type of a source document transaction.
Syntax
server public static TaxAmountCur getSpecificTaxAmount_IN(
TmpTaxWorkTrans _tmpTaxWorkTrans,
RefTableId _sourceTableId,
RefRecId _sourceRecId,
TaxType_IN _taxType)
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
The source TmpTaxWorkTrans buffer.
- _sourceTableId
Type: RefTableId Extended Data Type
The table Id of the source document transaction.
- _sourceRecId
Type: RefRecId Extended Data Type
The Rec Id of the source document transaction.
- _taxType
Type: TaxType_IN Enumeration
The specific tax type to retrieve the tax amount.
Return Value
Type: TaxAmountCur Extended Data Type
Returns the tax amount in transaction currency for the specific india tax type.