Share via


InventCostReportController::getSite Method [AX 2012]

Gets the site information from the query.

Syntax

client server protected static InventSiteId getSite(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The query from which to extract the site form.

Return Value

Type: InventSiteId Extended Data Type
The site information that was set in the query.

Remarks

The site is stored as a range on the InventDim data source table in the query that has been built in the dialog form.

See Also

Reference

InventCostReportController Class