Hi Team,
In creating reports, i need to add company name in front of RelatedNodeDetailsUrl i.e '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:10'
Someone please let me know how to accomplish it.
Thanks
Prashant
Would that not be as simple as concatenating the string with the variable. Something akin to 'http://myservername.ext${RelatedNodeDetailsUrl}'. The macro will then be translated appropriately when the alert fires to give you something like 'http://myservername.ext/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:10'