Share via


InventSameBatchReserveCheck::newFromMovement Method [AX 2012]

Creates a new instance of the same batch reservation check class.

Syntax

client server public static InventISameBatchReserveCheck newFromMovement(InventMovement _movement, [boolean _showInfo])

Run On

Called

Parameters

  • _movement
    Type: InventMovement Class
    The inventory movement for which the reservation is being requested.
  • _showInfo
    Type: boolean
    A Boolean value that indicates whether the message should be shown in the information log; optional.

Return Value

Type: InventISameBatchReserveCheck Interface
A new instance of the same batch reservation check class

See Also

Reference

InventSameBatchReserveCheck Class