ReqCalcExplode::newInventMovement Method [AX 2012]
Instantiates a new ReqCalcExplode object.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
server public static ReqCalcExplode newInventMovement(
InventMovement _inventMovement,
[NoYes _autoReserveCoverage,
NoYes _applyFuturesEventKanban])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static ReqCalcExplode newInventMovement(InventMovement _inventMovement, [NoYes _autoReserveCoverage])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static ReqCalcExplode newInventMovement(InventMovement _inventMovement, [NoYes _autoReserveCoverage])
Microsoft Dynamics AX 2012 (FPK)
server public static ReqCalcExplode newInventMovement(InventMovement _inventMovement, [NoYes _autoReserveCoverage])
Microsoft Dynamics AX 2012 (SYS)
server public static ReqCalcExplode newInventMovement(InventMovement _inventMovement, [NoYes _autoReserveCoverage])
Run On
ServerParameters
- _inventMovement
- Type: InventMovement Class
An InventMovement object.
- _autoReserveCoverage
- Type: NoYes Enumeration
A Boolean value that determines whether reservation must be performed; optional.
- _applyFuturesEventKanban
- Type: NoYes Enumeration
Show:
Note