Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
Need alternatives for inserting row in DAuditNew table instead of DAudit script
Na__Lin_(username@genzyme.com4_-_(deleted))
Hi, I am upgrading a custom module (in order make it compatible to LL 9.5 Sp1 version) which is using below script to make entry into DAudit table. $LLIApi.NodeUtil.Audit( Node, DAPI.AuditEventATTRCHANGE, 'ATTRCHANGE' )This script is not yet depricated (in LL 9.5) or updated to refer DAuditNew table. Please let me know what are my alternatives.
Find more posts tagged with
Comments
Jeff Lang
Search the LLIAPI ospace for the string:LLIAPI.AuditSubsystem.Audit(This will show you how to use the new audit system.
Jeff Lang
I should have mentioned that you can add a new audit event to the auditevent subsystem so that it conforms with the way that other events are audited.