Share via


InventSupply.initMapSuppMOD Method [AX 2012]

Initializes a map of the mode of delivery and transport days between the supply warehouse and the requirement warehouse.

Syntax

protected Map initMapSuppMOD(InventLocationId _fromInventLocationId, InventLocationId _toInventLocationId)

Run On

Server

Parameters

Return Value

Type: Map Class
A map containing the valid modes of delivery in the format: key=MOD, value=transport days.

See Also

Reference

InventSupply Class