getValue on Integer, true false, and other non String in Scopped applications
I am on a quest for consistency in my code. First off I work exclusively in scoped apps so I cannot use things like JSUtils as they are not available in a scoped application. You also cannot use .nil() in scopped applications either.Here is my go...