Author Topic: Delayed Event  (Read 527 times)

Offline AHS

  • Associate
  • **
  • Posts: 1
  • Forum Citizenship: +0/-0
Delayed Event
« on: 08 Feb 2010 11:45:07 pm »
Hi,
I'm wondering if it is possible to program a task to occur after a set of data comes in.  For example, if my event condition runs weekly and detects on event on January 1, how would I then set Event Studio to send out an email one week later indicating that the event occurred?

Thanks for your help!

Offline PaulM

  • Global Moderator
  • Statesman
  • *****
  • Posts: 584
  • Forum Citizenship: +81/-1
Re: Delayed Event
« Reply #1 on: 09 Feb 2010 12:26:49 am »
I can think of two solutions.

The first one is when the event is detected insert a record into a table with the date+7 and have a daily check on that table.

The second is to simply look for events a week prior.