Resolved! GlideRecord initialize()
I find script includes to generate initialize() automatically and read that it is called as constructor when you create script include the object with a new operator. Is it not the same for creating new GlideRecord? As initialize() being called for o...

