0
votes
0answers
29 views

Pending State was not showing after approving a document

Hi I have a small problem (I hope). We work with the Versioning of documents (Major and minor) and with the approval function from the document list. If I upload a document it will be stored as ...
0
votes
2answers
208 views

Get document-version independent URL

I'm using the Versions SP webservice, where I get the following message from: <results xmlns="http://schemas.microsoft.com/sharepoint/soap/"> <list ...
0
votes
1answer
851 views

How to show Document Set Version?

In SharePoint 2010, there is a new content type called Document Set that allows users to work with multiple documents as a single work product. In our case, the Document Set's version number is very ...
3
votes
3answers
245 views

SP version history is different from version history dispayed in Office application

Have you any idea why office application like Excel or Word shows different name in version history than SP version history? This is version history of some Excel file viewed through SP GUI: ... ...
3
votes
1answer
420 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 ...
0
votes
0answers
739 views

Display Document Version History and current document in a list

I have a document library in which i will have reports that are generated daily. I would like to have the reports emailed to the document library and use versions to keep the old files up to 14 days ...
0
votes
1answer
855 views

Can a the version history of a Word document be embedded in the document?

We currently maintain a version history inside our documents, using a simple table with 4 columns: version, date published, comments, author initials. We save documents as PDF before sending them to ...
1
vote
1answer
2k views

How to programmatically retrieve item version history from client?

Using server-side code I can access List Item version history using SPListItem.Versions. Is there a way to programmatically access the same information from the client? I am happy to use either the ...
1
vote
2answers
386 views

Stop SPFieldMultiLineText from updating when not changed

I have a list with the requirement to keep a history of a frequently updated multi-line status. Additional requirements are to not show history on New and Edit forms and Views, but to show the ...
1
vote
2answers
335 views

ListItem Versioning Differences

Does anyone know how to programmatically determine if any non-system fields have changed between ListItem versions? I realize that I could iterate through the fields between each version and if I see ...