PriceDiscSalesTmpPrintoutHelper::buildJoinedInventTableQueryForLineDisc Method [AX 2012]

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

client server public static Query buildJoinedInventTableQueryForLineDisc(Query _serviceQuery)

Run On

Called

Parameters

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

Return Value

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