InfoPath Form and Version History

  • 23 July 2005
  • 1 reply
  • 1 view

Badge +1
Instead of having K2 overwrite the files throughout a process I would like it to implement a save. This would allow the preservation of the version history in Sharepoint. How could this be implemented in K2?

1 reply

Badge +9
Hi Rob,

Use the steps below:

1. Create a document library in SPS that can be used to build-up version history of a document, make sure that Document Versions = Yes on the doc lib.
2. In K2.net Studio, use the SharePoint Document event to upload the document into the doc lib created in the previous step, configure the event with the Upload option, and selecting the Overwrite if exist option.

The result of this is that SPS builds-up a version history.

Reply