Hello, I am working on a telephone list database with many old documents which all created by “Dom_Designer/CASOT”, now we need to track who edit the documemts, I’ve tried useing “@Name([CN];@Subset($UpdatedBy;-1))”, it doesn’t work as showing the “Dom_Designer/CASOt” name instead of person’s name.
Is there any way to track the person who edit the document?
You can’t really use the @Updated field, if for no other reason than the situation you’ve identified.
You’ll need to build code to trap and log user edits. If you look in the FAQ of FAQ’s you’ll find a section on audit trails. These range from pretty simple to relatively complex depending on what you need.