Share via


SalesTaxDeclarationInfoItemizedExcel_HU.getSumVatAmount Method [AX 2012]

Calculates sum of VAT amount.

Syntax

protected Amount getSumVatAmount(
   [int _sectionNo, 
    DirPartyRecId _dirPartyRecId, 
    boolean _exceedsTheLimit])

Run On

Client

Parameters

  • _sectionNo
    Type: int
    Number of section to analyze.
  • _exceedsTheLimit
    Type: boolean
    Parameter showing whether to include data which exceeds or doesn't exceed the limit, defined in the tax parameters.

Return Value

Type: Amount Extended Data Type
Sum of VAT amount.

See Also

Reference

SalesTaxDeclarationInfoItemizedExcel_HU Class