You are viewing limited content. For full access, please sign in.

Question

Question

Generate audit report using database directly with custom application

asked on August 13, 2015

if any one having idea about database table and procedure to generate audit report using custom application like .NET.

0 0

Replies

replied on August 13, 2015

The Audit Trail reporting database contains views that are intended for exactly this purpose.  You can query them directly from your application.

0 0
replied on August 13, 2015

Thanks Brain, 

can any one provide me specific list of view to generate audit report using .net application

0 0
replied on August 18, 2015

If you're asking about the views that I mentioned in my answer, you should be able to see them with SQL Server Management Studio (or whatever tool you use to interact with your server).  I've attached a screenshot, but you'll want to use a tool to inspect columns, etc.

Alternatively, you can get the view definitions from the sql file that's used to create them.  They are installed to C:\Program Files\Laserfiche\Audit Trail\SQL

views.png
views.png (24.56 KB)
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.