Share via


TaxReportDomesticExport_IT.getMaxSubsectionNumPerLine Method [AX 2012]

Gets the maximal number of subsections of the given type per report line.

Syntax

protected int getMaxSubsectionNumPerLine(str _lineType, str _sectionType)

Run On

Called

Parameters

  • _lineType
    Type: str
    The line type.
  • _sectionType
    Type: str
    The section type.

Return Value

Type: int
The maximal number of subsections of the given type per report line.

Exceptions

Exception Condition
Error

Subsections numbers cache is not initialized properly.

See Also

Reference

TaxReportDomesticExport_IT Class