Share via


ReqCalcExplode::newInventMovement Method [AX 2012]

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

  • _autoReserveCoverage
    Type: NoYes Enumeration
    A Boolean value that determines whether reservation must be performed; optional.

Return Value

Type: ReqCalcExplode Class
A ReqCalcExplode object.

See Also

Reference

ReqCalcExplode Class