Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates a new ReqCalcExplode object.
Syntax
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
Server
Parameters
- _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
Return Value
Type: ReqCalcExplode Class
A ReqCalcExplode object.