Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I want to trite the comments in the audit trail .....
how to write this ?
Hi,
The Audit Trail simply reads items from the umbracoLog table with a nodeId matching the one you are viewing. So if you add entries to the log table with a nodeId it should show up in the trail.
You can add to the log using:
umbraco.BusinessLogic.Log.Add(umbraco.BusinessLogic.LogTypes.Custom, yourNodeId, "Your log entry...");
-Tom
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to erite comments in Audit trail?
Hello,
I want to trite the comments in the audit trail .....
how to write this ?
Hi,
The Audit Trail simply reads items from the umbracoLog table with a nodeId matching the one you are viewing. So if you add entries to the log table with a nodeId it should show up in the trail.
You can add to the log using:
-Tom
is working on a reply...