We are developing a system using SharePoint 2010 Foundataion.
We would like to track all changes made to a list. What is the best way to do this?
We are developing a system using SharePoint 2010 Foundataion.
We would like to track all changes made to a list. What is the best way to do this?
You should only need to turn on Versioning in the Document Library.
You can have full version history for a List - if this is not enough then perhaps an event handler associated with the list that logs all addition/update/delete events.