Share via


InventMovement::canAutoReserveQuantity Method [AX 2012]

Indicate whether it is possible to auto-reserve an inventory movement.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static boolean canAutoReserveQuantity(Common _buffer, [boolean _showWarning])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static boolean canAutoReserveQuantity(Common _buffer)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server private static boolean canAutoReserveQuantity(Common _buffer)

  Microsoft Dynamics AX 2012 (FPK)
          server private static boolean canAutoReserveQuantity(Common _buffer)

  Microsoft Dynamics AX 2012 (SYS)
          server private static boolean canAutoReserveQuantity(Common _buffer)

Run On

Server

Parameters

  • _buffer
    Type: Common Table
    A record buffer from which an inventory movement can be extracted.

Return Value

Type: boolean
true if the auto-reservation can proceed for the specified movement; otherwise, false.

See Also

Reference

InventMovement Class