This code is for Scheduled Job, but it is not working. i m fetching data from 'sc_item_option'
var reqGR = new GlideRecord('sc_req_item');var past24 = new GlideDateTime();past24.addHoursUTC(-24);var catSysID = '3D72bd38fc8310c75069fbc5a6feaad3d9';reqGR.addQuery('cat_item', catSysID);reqGR.addQuery('approval', 'requested');reqGR.addQuery('sys_c...