ProdCostReportHelper_CN::runCostQtyQuery Method [AX 2012]

Gets sum of cost qty.

client server public static void runCostQtyQuery(
    Object _dpObject, 
    str _methodName, 
    ItemId _itemId, 
    DimensionValue _dimValue, 
    Name _dimType, 
    TransDate _fromDate, 
    TransDate _toDate)

Run On

Called

Parameters

_dpObject
Type: Object Class
Caller DP class.
_methodName
Type: str
Call-back method of DP class to insert the report data.
_itemId
Type: ItemId Extended Data Type
Item Id
_dimValue
Type: DimensionValue Extended Data Type
Dimension Value
_dimType
Type: Name Extended Data Type
Dimension Type
_fromDate
Type: TransDate Extended Data Type
From date
_toDate
Type: TransDate Extended Data Type
To date
Show: