InventTrackingShippedSalesReportDataGen.load Method [AX 2012]

Loads the data into the report data tables.

Syntax

public void load([Query _query])

Run On

Server

Parameters

  • _query
    Type: Query Class
    A Query object filtering the customers to be loaded into the report data tables.

Remarks

This should be called after all criteria parameters have been set.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class