Does anybody know where the Alert variable ${StatusOrErrorDescription} pulls from in the database? I'm looking for a table and column name if you have it.
Thanks,Jason HensonLoop1 Systemswww.Loop1Systems.com
NM, We found it. Select StatusOrErrorDescription from apm_alertsandreportsdata where componentid = ${ComponentId}
I also found this from another Thwack post:
SELECT ErrorMessage FROM APM_CurrentComponentStatus accs INNER JOIN APM_PortEvidence_Detail aped ON aped.ComponentStatusID = accs.ComponentStatusID WHERE accs.ComponentID = ${ComponentId}
Thanks, Jason HensonLoop1 Systemswww.Loop1Systems.com