Источник:
http://blogs.bojensen.eu/2014/12/10/...ariables-in-x/
==============
Many times because of flawed implementation designs, we often need global variables. We may use a table with a key field and a container field for this purpose, but the simplest way of doing this will be using a Global Cache.A global cache is an instance of class – SysGlobalCache, which is nothing but a…
Read more →
Источник:
http://blogs.bojensen.eu/2014/12/10/...ariables-in-x/