File versioning through Process model/Interface

Hi folks,

 

I have a requirement of updating the version of a file uploaded when it is updated/replaced. This value is being displayed in a grid along with the file name. 

This needs to be done through a process model and not through the Designer Tab as it is usually done. 

Is there a way to achieve this? 

 

TIA. :) 

  Discussion posts and replies are publicly visible

Parents
  • Yes, We can.

    As Stefan said,
    When a document is given in the target, then the uploaded file will create a new version of that document.

    Only if the uploaded file has an extension similar to that of the target document, it will create a new version. Or else it will throw the sail error saying "Could not upload "fileName".
    Reason: This file must have the same extension as the previous version.

Reply
  • Yes, We can.

    As Stefan said,
    When a document is given in the target, then the uploaded file will create a new version of that document.

    Only if the uploaded file has an extension similar to that of the target document, it will create a new version. Or else it will throw the sail error saying "Could not upload "fileName".
    Reason: This file must have the same extension as the previous version.

Children