We are running V5.38. I have some VB tests that pass data such as
%Reply% into the subject line of an email. If I use the normal schedule within the test, the macro is passed across
If I use the Scheduler within the options menu, the macro does not get translated and my email subject line just has %Reply% in it
Therefore, I can't send a regular email for a job that hasn't changed status
Scheduled Tests not passing macro data
Of course. %Reply% variable relates to test that had triggered action. If you are using "scheduled" action, action is triggered by timer, not by a test.If I use the Scheduler within the options menu, the macro does not get translated and my email subject line just has %Reply% in it
Use variables that represent parameters of some explicitly specified test
http://www.enterprisemonitor.net/hostmo ... #specmacro
Regards
Alex