Comments
-
So have been doing more work today and found that this is a dead end with JavaScript, SQL might be the way forward, the JavaScript isn't resolved before sending the email (instead it is just copied), as such meaning that anything made by it is pointless (this makes sense as Emails wont execute JavaScript for security…
-
I haven't dug into having a clean code html, but I assume the conflicts between simulations would be from class's in HTML? But none the less, here's an example that everyone should be able to run to show the issue with some 'unclean' code and the same code to get the JavaScript fully functional in every repeated…
-
Hi Adam, I've just had a second crack at this project now with macros instead of an ajax call, and got it working well, until I added the 2nd entry and ultimately discovered why JavaScript was having such an issue running the 2nd time around and why my 2nd macro today wasn't working. The solution to this issue is just…
-
Alright, stepping back a bit, the key functionality I would like to do, is be able to bring a variable from SolarWinds (ideally from a macro) into JavaScript to perform any manipulation I'd like on it within the alert email body. If there is anything specific to embed a macro into JavaScript that would be what I am looking…