Error In Background Script - Data Policy Exception!
Hello All, This is my Background Script : var incste = new GlideRecord ('incident');incste.addQuery('number','INC002796596');incste.query();gs.log(incste.getRowCount());if(incste.next()){ incste.state=7; incste.autoSysFields(false); incste.setWorkfl...