I have a requirement for a scheduled folder to be created, say at 7am, and there is to be only one process a day but they may run two on a Monday for the weekend.
I think I have the limiting to one folder for a date worked out - the first form has a date field that when they submit the form will check the date against other folders and if it exists will advise the user and close the folder.
What I am after is how can I create a schedule to have the folder created at a set time? Would I create a windows schedule task to raise a flag, create an admin form that at the set time will raise a flag (can you raise flags from admin forms?), or would it need to be a parent process that will need to raise a flag?
Thanks,
Matt