Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Josh
  •  Josh
  • No customer Topic Starter
2009-07-02T21:53:47Z
I've got a number of employees and I would like to send an email of each employee's tasks each day based on the contents of a table. I've got a job that will query, format, and send an email. I was not able to find something to do a 'for/each' type of iteration over, for example, the results of a query, so I set up a job that sets a variable to one employee's id, then runs the email job which looks at the variable, then repeats those steps for each employee. A little cumbersome, but doable. The problem is that since the email job runs out-of-process it only gets triggered the first time, then the original job finishes before the email job does.

Does anyone have a suggestion for a better way to go about this? It takes seven tasks to generate and send the email, I'd like to avoid building a job with all the tasks repeated for each employee.
Sponsor
Forum information
Support
2009-07-02T22:19:18Z
Currently we have no repeating in the way you describe. We have discussed this here before: http://www.visualcron.co...m.aspx?g=posts&t=269 

The main reason we have not implemeted it is that we have not found a good generic solution yet and we don't want to build a too simple solution either. We invite you to join the discussion providing any details how you would like it to work in that thread.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top