WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile marvin > Forum messages

marvin

User

This code checks if the selected date is today and if the current time is after 9:00 A.M., blocking form submission if both conditions are true. Otherwise, it allows the form to be submitted: function validateForm() { var selectedDay = document.getElementById('dayField').value; var toda

Right now, BPS Studio doesn't let you run PowerShell scripts for all cases globally, which is why you're using TaskScheduler. There’s no option to run a script across multiple cases without linking it to a specific one.