1

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?

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252

2 Answers2

6

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

hometoast
  • 11,522
  • 5
  • 41
  • 58
  • Thanks for the answer, but our list is not a document library it is based on a custom list definition. – Shiraz Bhaiji Jul 06 '10 at 12:46
  • You can still enable Version control on lists. – JC Vivian Jul 06 '10 at 14:12
  • Is there a way to log EVERYTHING that happens? I turned on major and minor versioning but I have some files that are disappearing and they aren't in the recycle bin. Don't know what is happening, can I track this some how? – mgrenier May 11 '15 at 15:14
1

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
  • 426
  • 2
  • 7