Allow users to add/remove documents after process is completed

How can I let users add/remove documents after process is completed? Currently, I have a quick task that allows the user to add/remove documents which shows up as related action on my record. But when the process is completed, the related action goes away. How can I give the users the ability to add/remove documents after the process is completed?

OriginalPostID-140157

OriginalPostID-140157

  Discussion posts and replies are publicly visible

Parents
  • Build a new process and give users a simple form where they can enter the record id and upload the doc. This assumes that you are storing the folder id along with the record id in the DB for each of the process instances.

    Then there are couple of options:

    1. Add the new process under actions tab.
    2. Build Entity backed record for your original process and add the new process under related actions.

    Hope this helps.
Reply
  • Build a new process and give users a simple form where they can enter the record id and upload the doc. This assumes that you are storing the folder id along with the record id in the DB for each of the process instances.

    Then there are couple of options:

    1. Add the new process under actions tab.
    2. Build Entity backed record for your original process and add the new process under related actions.

    Hope this helps.
Children
No Data