Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryanmacdonaldHi Everyone,
We're looking to find an alternative solution to the following process we currently use to trigger a daily job:
1. Email notification that yesterdays data is ready is received in a group email box.
2. Outlook script is triggered when this email notification is received; based on the title of the email.
3. Script creates a txt file with yesterdays date.
4. A Cronscript is scheduled to look for the txt file created in step 3; when found it launches the daily job.
Is there a way to replace steps 1-3 in lavastorm? i.e. Create a loop to check for new records, if new records exist then the job runs?
Any thoughts or ideas on how to do this would be appreciated.
Thanks for your time!