92584 92583 92582 92581 92580 Hi .. we h

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
  • Hi Ravi,

    In our case document categorization was required to be done manually by user. Such as with document type Address Proof, Birth date proof etc.

    We were first accepting all the documents in first form and in the second form (chained activity) we are showing all the document in the list to categorize the document with a selection box.

    We are storing the documentid reference in CDTs by looping through the document array as described by kumaraveln.

    I guess you have requirement of dynamic category of documents which is not possible right now.
Reply
  • Hi Ravi,

    In our case document categorization was required to be done manually by user. Such as with document type Address Proof, Birth date proof etc.

    We were first accepting all the documents in first form and in the second form (chained activity) we are showing all the document in the list to categorize the document with a selection box.

    We are storing the documentid reference in CDTs by looping through the document array as described by kumaraveln.

    I guess you have requirement of dynamic category of documents which is not possible right now.
Children
No Data