Creating User-Defined Audit Events programmatically
Hi,
I'm currently looking to deploy a production with readymade auditing functionality. I can currently call user defined audit entries using
Thank you in advance :)
Product version: IRIS 2023.1
Discussion (1)1
Comments
You can create User Events using the Security.Events class, with the Create method.
Example:
%SYS>w ##class(Security.Events).Create("Source","Type","Name","Description", 1)