Nugget: Quickly retrieving a raw list of values
There are times that a quick list of display values are needed. Maybe it's just to snoop around, or list RITMS under a request in an email. Whatever the case might be, there is an quick way to do so: var gr = new GlideRecord('sc_task'); gr.setLimit(1...
