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
- _itemId
Type: ItemId Extended Data Type
- _inventDimId
Type: InventDimId Extended Data Type
- _dimKey
Type: str