Hello everyone,
I also have another question (my problem above has not been answered yet), since turning ON the audit trail will affect the performance of the system, is it possible to just audit the folders that needs to be audited? For example, I have different folders in Company Home: Daily Reports, Images, ISO, Clearing, etc. How do I configure the audit to audit only the things that happen in ISO folder? If everything is audited, it will greatly affect our database as well. I have read the wiki regarding audit but it does not give me a clearer view.
Also, I have queried the following script in MySQL but it says nothing (0 rows fetched).
select * from alf_audit_fact fact
join alf_audit_date date on fact.audit_date_id = date.id
join alf_audit_source source on fact.audit_source_id = source.id
where Service='FileFolderService' and method='move' and fail='0' and return_val like '%isFolder=false%';
I am sure I have turned ON auditing and am sure that many documents have been moved from one folder to another.
How do I make this work?
I was already asked to submit a report as to who approves, who rejects, when and how many (as for our workflow).
If anyone can help me, I'd really be ver grateful.
Thank you very much.
EriCtZ