views:

44

answers:

2

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?

+6  A: 

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

hometoast
Thanks for the answer, but our list is not a document library it is based on a custom list definition.
Shiraz Bhaiji
You can still enable Version control on lists.
JC Vivian
+1  A: 

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.

Shaneo