Share via


TaxWithholdCalculation_IN.taxWithholdAdvancePaymentCalc Method [AX 2012]

Calculates tax WithholdAmount for Advance payment.

Syntax

public real taxWithholdAdvancePaymentCalc(
    LedgerJournalTrans _ledgerJournalTrans, 
    LedgerVoucher _ledgerVoucher, 
    real _grossAmount, 
   [boolean _isTmpTable, 
    SpecTrans _specTrans, 
    boolean _isVendorTransaction])

Run On

Server

Parameters

  • _grossAmount
    Type: real
    The GrossAmount.
  • _isTmpTable
    Type: boolean
    boolean value if IsTmpTable.
  • _isVendorTransaction
    Type: boolean
    boolean value if isVendorTransaction.

Return Value

Type: real
Calculated tax WithholdAmount for Advance payment.

See Also

Reference

TaxWithholdCalculation_IN Class