Share via


InventBlockingInventStatusSync::newStandard Method [AX 2012]

Creates a new instance of the InventBlockingInventStatusSync class.

Syntax

client server public static InventBlockingInventStatusSync newStandard(
    InventMovement _inventMovement, 
   [InventQty _changeQty, 
    InventDim _fromInventDim, 
    InventDim _toInventDim, 
    boolean _forcePhysicalUnreservation])

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The inventory movement to synchronize inventory blockings for.
  • _fromInventDim
    Type: InventDim Table
    If specified, the original inventory dimension set; otherwise the dimensions from the movement.
  • _toInventDim
    Type: InventDim Table
    If specified, the updated inventory dimension set; otherwises the dimensions from the movement.
  • _forcePhysicalUnreservation
    Type: boolean
    If specified, the blocking quantity will be physically unreserved, regardless of status-level dimension changes.

Return Value

Type: InventBlockingInventStatusSync Class
A new instance of the InventBlockingInventStatusSync class.

See Also

Reference

InventBlockingInventStatusSync Class