Hi,
We have the requirement to be able to do the following
1) Run a job on an ad-hoc basis which sends emails out on a regular basis. The recipients are different when the job is run ad-hoc
2) Have a job which runs every day but if it is run manually then it prompts the user for input via a Pop up
What these both point to is a way to have a ‘mode’ for a job. For example I could right click and select ‘Run Test’ and it would send the resultant output to different recipients. The only approach at the moment is to have another job which sets the variables (for example email recipients).
Thanks for your consideration