Hi all, Does anyone have an idea how to allow document management fun

Hi all,

Does anyone have an idea how to allow document management functionality on Tempo, in particular moving, deleting and managing version of documents on the Tempo interface?

This is all possible in the Portal interface, but the current document browser SAIL plugin cannot do any of the above. Also, the "Create New Version" smart service has been deprecated, which further complicates building the functionality in Tempo.

OriginalPostID-154913

OriginalPostID-154913

  Discussion posts and replies are publicly visible

Parents
  • I think there are a few ways you could go about this in SAIL. For instance, you could use the document picker to allow a user to choose a document. Then you could have a button component or an a!radioButtonField() that allows the user to choose what they want to do with the document (delete, move, etc).
    This could go into a process where you implement various document smart services, such as the Move Document smart service.
Reply
  • I think there are a few ways you could go about this in SAIL. For instance, you could use the document picker to allow a user to choose a document. Then you could have a button component or an a!radioButtonField() that allows the user to choose what they want to do with the document (delete, move, etc).
    This could go into a process where you implement various document smart services, such as the Move Document smart service.
Children
No Data