Does anyone have a script or know which tables and columns are needed to query to update the notes on an active alert?
We are working on a project to update active alerts with information from our ticketing system into the notes field.
From what I have gathered, here are my findings
To update the alert note field I need to query the AlertactiveHistory table: query the table to find the alertobjectid using the AAT # (located in the URL) and alerthistoryid = timestamp (use latest date)
Am I correct or is there another table I should be using or joining ?