Share via


InventCostPriceCache.getCacheKey Method [AX 2012]

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
          private str getCacheKey(
            ItemId _itemId, 
            InventDimId _inventDimId, 
           [str _dimKey])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private str getCacheKey(ItemId _itemId, InventDimId _inventDimId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private str getCacheKey(ItemId _itemId, InventDimId _inventDimId)

  Microsoft Dynamics AX 2012 (FPK)
          private str getCacheKey(ItemId _itemId, InventDimId _inventDimId)

  Microsoft Dynamics AX 2012 (SYS)
          private str getCacheKey(ItemId _itemId, InventDimId _inventDimId)

Run On

Called

Parameters

  • _dimKey
    Type: str

See Also

Reference

InventCostPriceCache Class