Share via


TaxReportDomesticExport_IT.outputRecordFromMap Method [AX 2012]

Outputs agregated subsection.

Syntax

protected void outputRecordFromMap(
    TaxReport770Writer_IT _writer, 
    str _recordType, 
    str _sectionType, 
    Map _records)

Run On

Called

Parameters

  • _recordType
    Type: str
    The record type.
  • _sectionType
    Type: str
    The section type.
  • _records
    Type: Map Class
    The map with aggregated data.

Remarks

See outputRecordsC for the expected contents of the map.

See Also

Reference

TaxReportDomesticExport_IT Class