Share via


InventAutoReserveCheck::newMovement Method [AX 2012]

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

  • _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.

See Also

Reference

InventAutoReserveCheck Class