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
7 replies
Subscribers
4 subscribers
Views
5600 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Process Model Report having All Document IDs generated in the process model.
rishub
over 7 years ago
Hi All,
I need a report on process model where I can have process Id, & documents Ids for documents generated in the process model. I can use documentlist(getdocumentsfromfolder(pv!docFolder)) but report does contain document type. I just need the document IDs for the generated Docs so that I can save them in DB for reference. Can anyone guide how can I pull the document ID for the generated Docs in the report?
Thanks
OriginalPostID-256484
Discussion posts and replies are publicly visible
Parents
0
Dastagiri Dudekula
over 7 years ago
@rishub. As per your requirements you can create cdt array with fields like Document_Details{usename, folderid, document_type, document_id, created_by}. Before creating folder with document in any sub-process, pass this cdt array and store the values using @christineh suggestion. Finally store the cdt information, so that you can have enough information to get them in future
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Dastagiri Dudekula
over 7 years ago
@rishub. As per your requirements you can create cdt array with fields like Document_Details{usename, folderid, document_type, document_id, created_by}. Before creating folder with document in any sub-process, pass this cdt array and store the values using @christineh suggestion. Finally store the cdt information, so that you can have enough information to get them in future
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data