Greetings:
I would like to setup my event to specifically run Monday through Friday let's say from 6:00 A.M. to about 8:00 P.M. When one goes to the event schedule, one has the following options:
To run the event by day, by week, by month, etc.
Currently, I am running my event by day, every 15 minutes. For Start, I have Feb 1, 2008 (since that was when I had the event start) and for End I have: No end date.
Is it possible to do the following:
For Start, have 6:00 A.M. (every morning) and for Stop have 8:00 P.M. (stop every day at 8:00 P.M., to then start again the next day at 6:00 A.M.). The schedule seems rather limited. Any suggestions or other methods?
You can implement the schedule logics in a Stored procedure then insert True or False value (or any other values) to a Table
publish this table in FM, use this new table to set the condition for event studio to run.
Hope this helps.