I think this is not possible, take a look at SparkCache or you can store it in some runtime (possibly new Data Service) collection.
Thanks, i went with the run-time collection option, due to the fact the cache expires after 30 days which could be an issue at random times
Dylan Malec
Hello, i was wondering if this is possible or what would be the best way to achieve something like this?
In my case i want to toggle weekly events etc.
Heres the code i have for it so far, its fairly simple but i cant find the way to save it.
As you can see, the values are modified, can i save it to the original property set?
If not what would be the most efficient/easiest way of doing this?