Tagged Questions
0
votes
1answer
138 views
List versioning detect field level changes
I need to detect changes with each on each item update, )but i don't want to use the before, after properties )
My question is:
If i enable list versioning can i diff 2 versions to detect changes, ...
3
votes
1answer
396 views
All versions of one item in list
Is it possible to see all versions for one item in SP list a different way than through version history? We have one extensively used list with 100, 130, 150... with a lot of (multi-line and rich ...
3
votes
1answer
89 views
Can an entire list/library be versioned?
It's possible to enable item versioning on lists and roll back to a previous version on that item. Can this be done for the entire list? So we can roll the whole thing back?
We accidentally modified ...
3
votes
1answer
358 views
Version history of items in related list
Is there a way, without additional programming, to get history of children related items to the parent one, for example:
SPList threads = SPContext.Current.Web.Lists["Blog threads"];
SPList posts = ...
1
vote
2answers
1k views
Displaying the item version history programmatically using Javascript
I have a SharePoint 2007 list that have version history enabled.
I am interested to know how do I view the version history of a item using Javascript (or JQuery).