Skip to main content

Hello,

 

we have a SharePoint 2013 Library with (main) versions enabled and there are documents that gets modified during the workflow and I need the possibility to get a special version.

 

Example:

The WF starts with the document in version "2.0" and during the workflow it gets modified 4 times. But after the workflow I need to open the intial version (in this case 2.0) and the final released version (in this case 6.0)

 

is it possible to tell the Smartobject to get the document in version 2.0?

 

regards,

Johann

I found out that the SharePoint Links to the specific versions is built up like this:

<siteURL>/_vti_history/<versionNumber>/<library/<folder>/<filenameWithExtension>

And the version number is like this:
512 for Version 1.0
1024 for Version 2.0
1536 for Version 3.0
2048 for Version 4.0

(SP can have up to 511 minor versions - so every 512 times there is a major version)

I hope that there is a better solution for this but it seems that you can built up the URL like this...

Reply