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
How to register new Audit Events ?
Michel_Scory
Hello,Using LL 9.5, I am developping a new function on documents. I need to audit some events.How can I register new audit events ($AUDITxxxx) ?Thanks and best regardsMichel
Find more posts tagged with
Comments
Greg_Griffiths_(ggriffiths_-_(deleted))
You will need to orphan LLIAPI-LLIAPI Root-AuditEvent and then you'll need to set the following as a minimum :fDisplayName - The display name for the Audit Event in the systemfEnabledToRegister - boolean indicating if you want it enabledfID - ID of the Audit Event As per standard practice you should get the fID value from OT (
https://knowledge.opentext.com/knowledge/llisapi.dll/fetch/2001/744073/2120338/3755714/4192734/customview.html?func=ll&objId=4192734&objAction=browse)
to ensure that you don't conflict with any other module.