InventTrackingShippedSalesReportDataGen.initFilteredCustomerSet Method [AX 2012]

Gathers a filtered set of customers as specified by a query.

Syntax

private void initFilteredCustomerSet(Query _query)

Run On

Server

Parameters

  • _query
    Type: Query Class
    A reference to a Query object containing a query to filter customers by.

Remarks

The query is executed and the list of resulting customers are gathered into a set. This set will be consulted later when creating the records for the report.

See Also

Reference

InventTrackingShippedSalesReportDataGen Class