Share via


TaxWithholdJournal_IN.finalizeGrossAmountForVendJour Method [AX 2012]

The methods gets the grossAmount for vendor on which withhold tax must be calculated for specified journal Line.

Syntax

public AmountCur finalizeGrossAmountForVendJour(
    RefTableId _tableId, 
    RefRecId _recId, 
    TaxWithholdGroup _taxWithholdGroup, 
    AmountCur _lineAmount, 
    TransDate _transDate, 
    AccountNum _accountNum, 
    TaxWithholdCodeType_IN _taxType, 
   [boolean _advancePayment])

Run On

Server

Parameters

  • _advancePayment
    Type: boolean
    Used to check if journal is advance payment.

Return Value

Type: AmountCur Extended Data Type
returns grossAmount on which withhold tax must be calculated.

See Also

Reference

TaxWithholdJournal_IN Class