ProdCostReportHelper_CN::runMaterialCostQuery Method [AX 2012]
Gets sum of material cost amount.
client server public static void runMaterialCostQuery(
Object _dpObject,
str _methodName,
ItemId _itemId,
DimensionValue _dimValue,
Name _dimType,
TransDate _fromDate,
TransDate _toDate)
Run On
CalledParameters
- _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
ItemId
- _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: