The SQL query below will list the following information about Assure Result Templates. The query can be run from the SQL console or directly against the Assure database.
- Result Action name
- Status (enabled / disabled)
- Last update timestamp
- Last update user
- Result Action description
SELECT DISPLAYNAME, ISENABLED, LASTUPDATE, CHANGEDBY, DESCRIPTION
FROM "RULE"
WHERE RULETYPEFK = 4
Comments
0 comments
Please sign in to leave a comment.