Hey guys,
I am not sure that I can do what I want to do. I am trying to add a link to the Alert Details page. That changes with the alert. I can of course add a link to the alert message but on the Alert Details page the alert becomes un-clickable. So I tried other options such as a custom property, or adding it to the alert description. No matter where i put it I get the URL but it is not clickable. The last thing I am attempting is to create a custom query. Which is working well but only if I hard code an alert ID. Is there a variable that I can use that would get properly populated when you load to the alert details page?
SELECT ao.AlertConfigurations.Name, ao.AlertConfigurations.CustomProperties.KBLink as KnowledgeBaseLink, ao.AlertConfigurations.CustomProperties.KBLink as [_linkfor_KnowledgeBaseLink]
from orion.alertobjects ao
where ao.AlertConfigurations.alertRefid = '${AlertDefID}'
Thanks in advance
Well we did finally get the message box to work...... but I would still like to know the answer to the above question are their any variables that would populate when the alert details page is loaded that I could use to constrain a swis query