Scheduled Job
I am creating a scheduled job to to send out daily emails to the assigned user for incidents not active in 3 days excluding weekends. I have the condition for the exclusion below: var result = true;var gdt = new GlideDateTime();var day = gdt.getDayOf...