Share via


TaxReportDomesticExport_IT.fieldWritten Method [AX 2012]

Performs post-writing actions, increments appropriate counters.

Syntax

protected void fieldWritten(
    int _fieldsWritten, 
    str _lineType, 
    str _sectionType, 
    boolean _newSubsectionAdded)

Run On

Called

Parameters

  • _fieldsWritten
    Type: int
    true if field was actually written; false otherwise.
  • _lineType
    Type: str
    The report line type.
  • _sectionType
    Type: str
    The report section type.
  • _newSubsectionAdded
    Type: boolean
    true, if new subsection was added.

See Also

Reference

TaxReportDomesticExport_IT Class