Share via


InventItemPrice::getCacheKey Method

Composes a cache key for provided criteria for finding current active InventItemPrice record.

Syntax

client server private static str getCacheKey(
    ItemId _itemId, 
    CostingVersionPriceType _priceType, 
    InventDimId _inventDimId, 
   [TransDate _activationDate, 
    InventSiteId _newSiteId, 
    InventItemCostingType _costingType])

Run On

Called

Parameters

Return Value

Type: str
A string that represents a key for provided InventItemPrice record selection criteria.

See Also

Reference

InventItemPrice Table