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
CalledParameters
- _serviceQuery
- Type: Query Class
An Axd service query object that contains all ranges specified by user for price lists.
Return Value
Type: Query ClassA valid query object that contains all relevant ranges for iterating required subsets of the InventTable table.
Show: