Page 1 of 1

Output document to dynaform

Posted: Mon May 22, 2017 8:18 pm
by Palele
Hello
At first, sorry for my english :oops:
I have a little problem. Is it possible to automatically save the output generated documents to server? I would like to use them later in dynaform for another user.
Thanks for help :)

Re: Output document to dynaform

Posted: Tue May 23, 2017 2:28 am
by mishika
Hello,

As and when an Output Document is generated, it is saved to the server.
To access these documents in a Dynaform, you can fetch its details from the database table and generate a link for it.
For details to do this, you can refer the following link:
http://wiki.processmaker.com/3.0/Output ... _DynaForms

Also, the location where the output documents are saved on the server is:
<INSTALL-DIRECTORY>/shared/sites/<WORKSPACE>/files/<CASE-UID>/outdocs/<CASE-FILE-UID>_<VERSION>.<EXTENSION>

Example: /opt/processmaker/shared/sites/workflow/files/a03459e1cb9824dac456780eca7b5cf6/outdocs/6663790024dd29d8bcb8212038377266_2.doc

For further details about storage of Output Documents you can refer the following link:
http://wiki.processmaker.com/3.0/Output ... nt_Storage

Hope this helps

Best Regards
Mishika

Re: Output document to dynaform

Posted: Mon May 29, 2017 7:05 pm
by Palele
Thank You very much :)