Share via


TaxReportDomesticExport_IT.getSubsectionNum Method [AX 2012]

Claculates the current or the next subsection number for the given line type and section type.

Syntax

protected int getSubsectionNum(
    str _lineType, 
    str _sectionType, 
   [boolean _forceNext])

Run On

Called

Parameters

  • _lineType
    Type: str
    The line type.
  • _sectionType
    Type: str
    The section type.
  • _forceNext
    Type: boolean
    Pass false, if current subsection number is required; true if next subsection number is required.

Return Value

Type: int
The subsection number for the given line type and section type.

See Also

Reference

TaxReportDomesticExport_IT Class