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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.