1 Solution
Hello Paul,
Please pardon our delayed response.These days we've been a little bit overloaded with support queries.
In our code the ModifiedOn property is set in the Save method of the AuditDataStore class:
Take special note that the LocalAuditTimestampStrategy class is used by default (see its source code at ...\DevExpress.Persistent\DevExpress.Persistent.Base\AuditTrail\IAuditTimeStampStrategy.cs).[C#]... auditDataStoreItem.ModifiedOn = timestampStrategy.GetTimestamp(item).AddMilliseconds((correctionValue++)/100000.0); ...
You can implement your own time stamp strategy and set it to the TimestampStrategy property of the AuditTrailService class.
You can learn more on this in the respective product documentation.
I hope you find this information helpful.
-
Thank you - the flexibility of XAF continues to impress me.
-
You are always welcome, Paul!
<newline>News, tips & tricks and other interesting information about DevExpress Application Framework and ORM
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.
Facebook
Twitter
Google+