Australia upgrade broke script logic in Scheduled Jobs
We had a need to run certain scheduled jobs on a specific schedule that wasn't supported out of the box. To that end we came up with a simple script to meet our requirements.var run = false;var today = new Date();var weekday = today.getDay();if (wee...