Audit Trial / Audit Log on web application

I need to maintain a audit trial/log for my document in a web application. Didnt have a problem in Client application but how do I achive this in web Application?

I tried to call a agent on click of save button (i.e. it would run before saving the document). In case of existing document, this agent will get the already existing document by “GetDocumentbyUNID” for the DocID of the current document (documentContext). I was thinking it would return me the old values and I would have the new values in the open document. Thus I should be able to compare BUT, Old Document (called by “GetDocumentbyUNID”) is returning me the new values. I just dont know wat is happening.

Am really stuck up and need urgent help on this.

Subject: Audit Trial / Audit Log on web application

Hey Guys…

Is there a simpler way than using the appln mentioned by JYR.

I just need to check the old field values and compare them with new values (for WEB appln).

Subject: RE: Audit Trial / Audit Log on web application

Have you tried just setting the doc field values as vaiables on WebQueryOpen and comparing these vars to the fields values on WebQuerySave (… this would not save to a log, but would perhaps compare the values)…?

Subject: Audit Trial / Audit Log on web application

AuditManager from Openntf?

JYR

Subject: RE: Audit Trial / Audit Log on web application

Thanks JYR… Am checking the link but at the same time a query… Is it a freeware ? I saw somthing written about “see application for Licensing information” but am not yet clear.

Subject: RE: Audit Trial / Audit Log on web application

yes it is free,

JYR

Subject: RE: Audit Trial / Audit Log on web application

Thanks a ton JYR