1
Automation Interface, Add-Ins and Tools / Re: Connector LastModified using Audit Log
« on: January 27, 2015, 02:15:24 am »Quote
Back to business
The record actually contains the time stamp:QuoteUser="Adam" DateTime="2015-01-19 10:13:51"Just decode Bincontent1 using base64 (you can do that with Notepad++) and unzip the result. Inside is a str.dat file which contains the information in XML format.
q.
I got the code working last night to base64 decode, unzip and inflate the BinContent section. Thanks again for the help -- is there someplace I can share this code for the benefit of others?
q: As I'm looking at the Notes section of the audits, it's not entirely clear what all the different fields are supposed to mean in different circumstances. Do you have any thoughts / documentation about the Audit Notes field?