Schedule for defined time period.

Hi All,

I have a custom process and it is scheduled for every 15 Minutes.

My requirement is that I want to schedule this process to be executed only between 6:00 Am and 14:00 Pm every day.

I don't see this option when creating a scheule.

I have an idea to create another process that will enable and disable the schedule.

Is there any other best way to do this?

Thank you.

Kind Regards,

Dnyandev

Parents
  • Could you put a whereclause on the process plan which checks the current datetime and ensures its within the expected range? something like Getdate() > (datetime)

    (Sorry dont remember the exact format) 

Reply
  • Could you put a whereclause on the process plan which checks the current datetime and ensures its within the expected range? something like Getdate() > (datetime)

    (Sorry dont remember the exact format) 

Children