Accessing Properties for Alert Tags

I am creating a screen to configure generic alarms that are already in a DBprovider folder.
I have been able to UPDATE and INSERT queries into sqlt_core and sqlt_as for the alert tags.
What I cannot find is where the type of alert is stored.


That is stored in the sqlt_meta table. You will find a row with the tag id and a name with value ‘AlertMode’.

Thanks Travis,

when I was looking at sqlt_meta I missed that as I had to scroll right down to the bottom of the Query Output to find those.