Kenneth Brian Sipe (CENSUS/CSVD CTR)
We made some modifications to the message content for email notifications. Tested the changes and verified they worked.
We later added some enhancements and now the original mods are not working.
We modified the following:
Package version: HP OMi (Business)
Scripts:
presentation
deviceContentEmail
Can you take a look at the code to see if there is anything obvious or can someone suggest some troubleshooting steps?
0
Comments
Please sign in to leave a comment.
Hi Ken, can you post the code here?
Some troubleshooting steps are to dump things to the event report with the @event::report method or directly to the AlarmPoint.txt log file with @script::log. Note that you can't do string concatenation with in these, so you'll have to build the string first, then pass that variable into these methods. For example:
If you post your code here, I can take a look as well.
Happy Friday!