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.
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.
- _changeQty
Type: InventQty Extended Data Type
The quantity that has changed on the movement.
- _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.