Exclude weekends and holidays from scheduled job query
Hello I have a scheduled job that is suppose to fire a notification reminder 3 days before the listed date on a field, the script currently works fine however I need to exclude weekends from the dates here is my script var gr = new GlideRecord('sn_hr...
