Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1602 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi all, Does anyone have an idea how to allow document management fun
kdimitrov
over 9 years ago
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
0
davidm415
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Amitkumar
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel