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

  • 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.
  • One of the way is to implement full fledged document management functionality as a related action for a particular application or a separate action to mange all the documents in the system. We developed a manage document solution which allows user to view, update, delete, download document or create zip file. All of this was built using SAIL interfaces.