Resolved! I am using query business rule with no conditions on incident table
Hi,It is not giving any output to logs. Kindly help.(function executeRule(current, previous /*null when async*/) { current.addActiveQuery(); current.addQuery('priority', 1); current.query(); while(current.next()){ gs.log('The numbers are ' + c...
