Resolved! Help with Business Rule: cannot resolve Incident if it has open checklist items
I already have a functional biz rule running to prevent resolution when our incidents have open incident tasks:(function executeRule(current, previous /*null when async*/) { incitask=new GlideRecord('incident_task'); incitask.addQuery('pare...
