Share via


IntrastatExportDataGenerator_IT.generateLines Method [AX 2012]

Populates the TmpIntrastatExportLine_IT table with data based on the specified filters.

Syntax

public TmpIntrastatExportLine_IT generateLines(IntrastatExportContract_IT _contract, [boolean _includeEmptyHeaders])

Run On

Server

Parameters

  • _includeEmptyHeaders
    Type: boolean

Return Value

Type: TmpIntrastatExportLine_IT Table
A TmpIntrastatExportLine_IT table that contains the Intrastat export data.

Remarks

This data will be used for both export to ASCII functionality and in the Intrastat IT report.

The special case of San-Marino will be handled in this method.

See Also

Reference

IntrastatExportDataGenerator_IT Class