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 InventAutoReserveCheck class given an inventory movement.
Syntax
client server public static InventAutoReserveCheck newMovement(InventMovement _movement, [InventMovement _movementOrig])
Run On
Called
Parameters
- _movement
Type: InventMovement Class
The inventory movement to check.
- _movementOrig
Type: InventMovement Class
The inventory movement with the original buffer to check; optional.
Return Value
Type: InventAutoReserveCheck Class
A new instance of the InventAutoReserveCheck class.
Exceptions
Exception | Condition |
---|---|
Error | Thrown if _movement is null. |