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
6 replies
Subscribers
11 subscribers
Views
2714 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
previous version of a Document in SAIL
francescop389
over 7 years ago
hi all,
do you know how in SAIL can I show, for a given DocumentID, all its previous versions?
many thanks
OriginalPostID-261973
Discussion posts and replies are publicly visible
Parents
0
Ram
Certified Lead Developer
over 7 years ago
Adding to the above, since you have doc id's you can use below code in an expression and iterate it.
a!linkField(
label: "",
links: a!documentDownloadLink(
document:
)
)
This will be the better approach for creating document download link
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Ram
Certified Lead Developer
over 7 years ago
Adding to the above, since you have doc id's you can use below code in an expression and iterate it.
a!linkField(
label: "",
links: a!documentDownloadLink(
document:
)
)
This will be the better approach for creating document download link
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data