Expand my Community achievements bar.

Handling attached files between users in a process

Avatar

Level 8
Level 8
Hi all,



In my process I need to handle attached files (to the xfaform). I mean the users should be able to attach i file and the next user should be able to view it. How is this done?



Do I need to store them in a special way or anything?



Sincerely

Kim
3 Replies

Avatar

Level 10
Are the users using Workspace?



Jasmin

Avatar

Level 8
Level 8
Yes - they are. I found out that I could use the attachment feature instead of adding the attachment to the pdf itself.



But how could it be used if I need to attach files to the xfaform - is it much more difficult or worth the hazzle?



Sincerely

Kim

Avatar

Level 10
It's a bit more difficult because you can't add it to an xfaForm variable.



Remember an xfaForm variable points to an XDP that gets rendered into a PDF by a render service. The PDF is recreated for every user step and the attachments would be lost. You would either need to pass the whole PDF from step to step as oppose to pass just the data (using a Document Form) or have to save the attachments in a variable and re-attach them every time.



It would be a lot easier to just use the built in attachment functionality ti you can.



Jasmin