Share via


InventAvailabilityFormCache.availability Method [AX 2012]

Gets the availability based on the specified on hand record and inventory dimensions.

Syntax

public InventIAvailability availability(InventSum _inventSum, InventDim _inventDim)

Run On

Client

Parameters

  • _inventSum
    Type: InventSum Table
    The record of the InventSum table used to get the availability.
  • _inventDim
    Type: InventDim Table
    The record of the InventDim table used to get the availability.

Return Value

Type: InventIAvailability Interface
An instance of the InventIAvailability interface.

See Also

Reference

InventAvailabilityFormCache Class