Share via


ReqCalcScheduleItemTable.createLoopMapFromQuery Method [AX 2012]

Creates a map that contains information about what has to be processed for each item.

Syntax

protected Map createLoopMapFromQuery()

Run On

Called

Return Value

Type: Map Class
A map that contains information about what has to be processed for each item.

Remarks

The returned map is of the format (ItemId, [loopOnhand, loopReceipt, loopIssue, loopForecastSales, loopForecastPurch, loopSafety]).

See Also

Reference

ReqCalcScheduleItemTable Class