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
9 subscribers
Views
3316 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hi team, I'm storing a document into Appian Folder/KC. How can I g
phanibabuk
over 9 years ago
Hi team,
I'm storing a document into Appian Folder/KC.
How can I get the document id and folder id of the stored document/attachment?
I might have to store multiple document into a single folder and want document id for each stored document and the id of the folder itself.
Appreciate your inputs!!!
OriginalPostID-170456
OriginalPostID-170456
Discussion posts and replies are publicly visible
0
Rahul Gundu
over 9 years ago
Hi phani,
When you upload the documents into form, store the values into pv. Using fn!tointeger(documentpv) function will give docid. For folder id's use document function fn!document(docid,"folderId").
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
phanibabuk
over 9 years ago
Hi Raghu,
In this case, I'm not uploading any files.
Instead, I'm retrieving all the files stored in another db and storing into Appian Folder.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
How you storing documents in to Appian folder?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Rahul Gundu
over 9 years ago
If we have a folder id, we can get the documents from folder. The custom plugin has functions which will do your work.
forum.appian.com/.../e-132528
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
phanibabuk
over 9 years ago
Hey Raghu,
Your inputs helped.
Thanks....
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Shyam Bommakanti
Certified Lead Developer
over 9 years ago
However which way you storing there should be a return/output of doc id that is stored. Explore how you are storing.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel