Skip to main content
Nintex Community Menu Bar

Attachment Versioning

  • March 14, 2018
  • 4 replies
  • 12 views

Is it possible to turn on attachment versioning? Or are you required to upload a new attachment anytime a change is made to a file?

4 replies

Forum|alt.badge.img+12
  • March 15, 2018

Hi,

Is this a document uploaded to a SharePoint Library or stored in your custom db? If it's the latter, you can add a column to keep track of the version every time you update the document. You'd need to upload it every time you make a change to the file and run the save/update method.


  • Author
  • March 15, 2018

Ajo,

Thank you for the reply. This is a document that's stored in our custom db. I was just wondering if K2 has versioning capabilities similar to SharePoint


Forum|alt.badge.img+10
  • Scholar
  • March 15, 2018

Not out of the box.  As Ajo was saying you could add capabilities to include similar type of functionality but that would be something you'd have to configure/build.


  • Author
  • March 16, 2018

Thanks for the info Tim.