Share via


ReqItemJournalCreate.calcDemandPerMonth Method [AX 2012]

Calculates a map that contains the demand per month.

Syntax

protected Map calcDemandPerMonth(
    TransDate _fromDate, 
    TransDate _toDate, 
    ItemId _itemId, 
    InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An inventDim record that holds the inventory dimensions for which the calculation is performed.

Return Value

Type: Map Class
A map that contains the first date in the month and the demand for the month.

Remarks

The map will serve as input in other methods.

See Also

Reference

ReqItemJournalCreate Class