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
16 replies
Subscribers
7 subscribers
Views
5435 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
92584 92583 92582 92581 92580 Hi .. we h
kumaraveln
over 10 years ago
92584
92583
92582
92581
92580
Hi .. we have a scenario with SAIL fileUploadFiled component .. We are aware that when we upload a document, it will be stored in a temporary location and will be moved to coded location only after submitting the form ..
if we use a PV of type document type it takes care of everything .. But we don't want to use PV here ..
Our scenario is
1. Our CDT is an array of categories.
2. Each category need multiple documents to be captured.
3. Since its a CDT, we capture documentId as Integer. So our fileUpload should save into Integer variable. We are able do do all the saving stuffs and we have all the temporary document ids as an array of array.
4. We persist the entire CDT into database and retrieve them back for displaying.
5. Our initial assumption was the document will be moved from temporary location to desired coded location with the same document id.
6. Now the problem is appian is not moving the document as such. Its...
OriginalPostID-132941
OriginalPostID-132941
Discussion posts and replies are publicly visible
Parents
0
kumaraveln
over 10 years ago
...egory any time. Our logic will fail, because for each new category a new PV has to be introduced in the code.
3. Atleast if there is a function that can return the actual documentId on providing temporary documentId, we can put a logic in process model after submit to loop through the temp docIds and override the CDT docId value with the actual docId. But the tempDocument is no longer available after submit.
4. Another could be option is the property of actual document to have an additional property say temporaryDocumentId, so that every document uploaded to KC through SAIL forms have a documentId and temporaryDocumentId (id of content when present in temp folder) only as a reference. And a function to return the actual document id by passing tempDocId. In this way we neither dont need to expect the document to be always available in temp doc folder nor the doc Ids of temp and actual document to be same.
Should a developer code for the state in which the data i...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
kumaraveln
over 10 years ago
...egory any time. Our logic will fail, because for each new category a new PV has to be introduced in the code.
3. Atleast if there is a function that can return the actual documentId on providing temporary documentId, we can put a logic in process model after submit to loop through the temp docIds and override the CDT docId value with the actual docId. But the tempDocument is no longer available after submit.
4. Another could be option is the property of actual document to have an additional property say temporaryDocumentId, so that every document uploaded to KC through SAIL forms have a documentId and temporaryDocumentId (id of content when present in temp folder) only as a reference. And a function to return the actual document id by passing tempDocId. In this way we neither dont need to expect the document to be always available in temp doc folder nor the doc Ids of temp and actual document to be same.
Should a developer code for the state in which the data i...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data