Share via


InventIAvailability.availReservation Method [AX 2012]

Gets the quantity available for reservation.

Syntax

public InventQty availReservation([NoYes _allowReserveOrdered])

Run On

Called

Parameters

  • _allowReserveOrdered
    Type: NoYes Enumeration
    A value indicating wither the result should include the ordered goods that are available for reservation; optional.

Return Value

Type: InventQty Extended Data Type
The quantity in the inventory unit.

See Also

Reference

InventIAvailability Interface