Share via


InventAvailabilityFormCache.updateCachedValuesSum Method [AX 2012]

Calculates and caches the inventory quantities based on the specified record.

Syntax

public void updateCachedValuesSum(InventSum _inventSum, InventDim _inventDim)

Run On

Client

Parameters

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

See Also

Reference

InventAvailabilityFormCache Class