I'm searching for an easy way to display the latest changes of a sharepoint list.
Situation: one huge list (10k entries) with a lot of daily changes (lets say 100).
Target: Display the changes during the day, e.g:
Item 122 was changed by userX
Field 1: old value -> new value
Field 2: old value -> new value
I've thought about a lot of ways, for example get the latests changed items using the caml webservice and then read the version history one by one...
My wish would be to get a notification (but not using mail, since this would require another email server of the changed items. It should not be necessary to deploy any code to the sharepoint, since its a production system.
Any possibility for additional notifications? Or an RSS feed that includes the changes on field level?
Thanks a lot