Resolved! Scheduled script for last working day of the month
Hi Guys Would this script work for a condition based on the last working day of the month? running monthly. function isLastWorkingDay(gdt) { var today = gdt.getDayOfWeekLocalTime(); var thisMonth = gdt.getMonthLocalTime(); switch (today) { // Sa...
