Issue: ATF Schedule Condition Not Triggering with Script Include (Odd/Even Week Logic)
I was trying to run an ATF Schedule (sys_atf_schedule) based on odd-week Mondays (1st, 3rd, 5th) using a Script Include. I created a Script Include to identify odd weekday occurrences: isOddWeekday: function(targetDay) { gs.log("inside fun...
