Share via


InventAvailabilityFormCache.getCachedValues Method [AX 2012]

Gets the cached availability for the the item ID and and inventory dimensions.

Syntax

private boolean getCachedValues(ItemId _itemId, InventDim _inventDim)

Run On

Client

Parameters

  • _inventDim
    Type: InventDim Table
    The record of the InventDim table used to execute the calculations.

Return Value

Type: boolean
true if the availability is found in the cache; otherwise, false.

See Also

Reference

InventAvailabilityFormCache Class