Notifications
Clear all
Topic starter
Is there a way to track alerts and flags that have been removed? Possibly a report that could be run to show who created and removed it? Similar to the way documents are tracked.
Posted : November 17, 2015 4:29 am
Unfortunately, there isn't a reliable way to report on flags.
Taken from Data Dictionary:
"Flags are intended only as a temporary messaging mechanism, not as a permanent record. When the recipient of a flag removes it, the EMR application deletes the flag from the FLAG table."
Posted : November 17, 2015 5:07 am
You could set up a Trigger on the FLAG table within your database to send all deleted rows to another table (a logging table you create) along with the user deleting those rows.
Posted : November 18, 2015 7:43 am