join() and get.Value instead of push and toString()
Hello all, in the following script: function testing { var sysIDkey = []; var GRfilter = new GlideRecord('incident'); GRfilter.addEncodedQuery('category='hardware'); GRfilter.query(); while (GRfilter.next()) { sysIDk...
