PriceDiscSalesTmpPrintoutHelper::buildJoinedInventTableQueryForPriceList Method [AX 2012]

Builds a query object that accesses the InventTable table by AxdPricelist service execution when it populates a temporary table with relevant data.

client server public static Query buildJoinedInventTableQueryForPriceList(Query _serviceQuery)

Run On

Called

Parameters

_serviceQuery
Type: Query Class
An Axd service query object that contains all ranges specified by user for price lists.

Return Value

Type: Query Class
A valid query object that contains all relevant ranges for iterating required subsets of the InventTable table.
Show: