persistent class %DeepSee.CubeManager.Audit
extends %Persistent
This class retrieves and stores information about the use of the analytics items on the system.
property AuditTime
as %String;
Time the audit event occurred
property Dashboard
as %String;
Dashboard that fired the AuditCode
property UserID
as %String;
UserID initiating the audit event
classmethod AuditCode()
This Method does the work of recording audit information collected in the context
of ^DeepSee.AuditCode. See the documentation for the use cases of this global.