Hi,
I am using this Item.GetItemById but it has a cache for 15 minutes.
Is there any other way I can get the item without the cache?
I have a foreach loop for looping through Items to set a field value on it and use it for some other custom functions. But in my loop it can get the same item multiple times but then i get the cached item and not the "new" item.
/Andreas