Hi everyone, I'm new to Webcon and currently working on setting up its components. Unfortunately, I have run into some difficulties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or document outlining w
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.