Fix Script
Display change records numbers which is in Scheduled state don't need Active records in Script. Using Fix script but script is not working. var gg = new GlideRecord('change_request');gg.addQuery('state=-2');gg.query();while(gg.next()){gs.print('Activ...