Hi,
I am trying to retrieve audit trail information for a document using Smartview 25.4. After configuring the audit settings in D2-Config, the"Audits" tab did not appear in Smartview. The tab only became visible after I modified the d2-init.js file, setting csui/widgets/metadata/metadata.audit.view to "true". However, when I tried to access the audit option, it failed because Smartview attempted to fetch data from an incorrect URL:
https://<my-app-server-name>/D2-Smartview/ui/null/api/v2/nodes/09033c248018fe29/audit?expand=audit%7Bid%2C%20user_id%2C%20agent_id%2C%20target_user_id%7D&limit=30&page=1&sort=desc_audit_date
This resulted in a 404 error.
Can anyone assist with resolving this issue?
Thanks in advance!