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
3 replies
Subscribers
5 subscribers
Views
1365 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I have a requirement to generate a document in a plugin and then return it. Thi
chetany
A Score Level 1
over 9 years ago
I have a requirement to generate a document in a plugin and then return it. This document will not be saved in document management system(hence it will have no permanent docId). It will be displayed as a link on SAIL form, possibly available for download. Is it possible to implement this in a plugin? (a servlet plugin)
OriginalPostID-196042
OriginalPostID-196042
Discussion posts and replies are publicly visible
Parents
0
rawich
over 9 years ago
Hi Chetan, I implemented a Servlet plug-in with similar requirement. The trick is to generate the document on-the-fly, only when you need to download it. You can generate the link ahead of time, but generate the document later to be downloaded directly from the Servlet.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rawich
over 9 years ago
Hi Chetan, I implemented a Servlet plug-in with similar requirement. The trick is to generate the document on-the-fly, only when you need to download it. You can generate the link ahead of time, but generate the document later to be downloaded directly from the Servlet.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data