Quantcast
Channel: THWACK: Unanswered Discussions - Report Lab
Viewing all articles
Browse latest Browse all 813

How to create a report detailing configuration of all alerts that send emails.

$
0
0

This used to work when running 10.6, since the upgrade that imported the alerts to web based this no longer works.    Does anyone have report setup that will give similar output?

 

select AlertName, ObjectType, Alertdescription,TriggerQuery, ActionType, Title from AlertDefinitions

 

 

inner join ActionDefinitions on ActionDefinitions.AlertDefID = AlertDefinitions.AlertDefID

 

 

where TriggerAction = 1  AND Enabled = 1 AND ActionDefinitions.ActionType = 'email'

 

 

order by AlertName, SortOrder


Viewing all articles
Browse latest Browse all 813

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>