Notifications
Clear all
Topic starter
Is there a way to tell if an account has been merged? Or if a document has been merged?
Any tables in the oracle database that link to this audit?
I can't seem to figure it out.
Posted : April 18, 2017 1:27 am
select * from audit_event where event_type_id = 5
This will provide you the PID and PIDLINK for merged charts.
Posted : April 18, 2017 2:23 am
Topic starter
Thank you. This worked.
Another question, do you have any idea what event_type_id = 38 is?
Posted : April 18, 2017 3:15 am
just in case you still need an answer to your question:
select event_type_description from audit_event_type where event_type_id=38
Access a normal chart, exit event
Posted : April 28, 2017 7:22 am