Page 1 of 1
How can I export an audit trail?
Posted: Sun Jun 15, 2025 2:26 am
by AussieDentistThird
Can i export an audit trail?
Preferably in cvs format
Re: How can I export an audit trail?
Posted: Sun Jun 15, 2025 2:45 am
by Tom Zaccaria
Try this:
SELECT * FROM securitylog
You can then export the results in csv format. Took a while to find this table.
drtmz