1
votes

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?

2

2 Answers

6
votes

You should only need to turn on Versioning in the Document Library.

1
votes

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.