Is it possible to have a log/history of the modified on and modified by fields? The idea is to see who has modified terms over time, not just the last modification.

Is it possible to have a log/history of the modified on and modified by fields? The idea is to see who has modified terms over time, not just the last modification.
I don't believe MultiTerm desktop stores anything more than the last modification made. So the only way to track is to make periodic snapshots or TBX exports maybe... or access queries even... then maintain a database of the changes. You could even run a scheduled script to log modifications at the end of every day for example.
So doable... but requires work on your part. If you work with multiple users and want this kind of reporting you probably want a better solution than a single user desktop tool :-)
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
I don't believe MultiTerm desktop stores anything more than the last modification made. So the only way to track is to make periodic snapshots or TBX exports maybe... or access queries even... then maintain a database of the changes. You could even run a scheduled script to log modifications at the end of every day for example.
So doable... but requires work on your part. If you work with multiple users and want this kind of reporting you probably want a better solution than a single user desktop tool :-)
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Paul, thank you very much for your answer and your suggestions.