Automatically generated printed forms
Automatically generated printed forms let you to create any required ready-to-use output documents in any format to support business process execution.
All required printed forms are created as business process activity type named "@FORM".
You can upload a template file during the @FORM business process activity creation. It can be file in any format, for example, MS Word or MS Excel format.
It is possible to perform output file by scripts in the process of output it to users. Use such method to insert any field values from business process to output form "on-the-fly" to automatically prepare finished documents.
It is possible also to perform output file using programmable rules

Click the form pictogram to get the output file
Using these automatically generated printed forms you can create various reports controlling BP execution, for example, BPs compliance diagram showing all current active BPs separated by expired, near expiration and normally executing criterias
You have to provide DCOM-interface to external components such as MS Word or MS Excel on the PayDox server to let your VB-script code access MS Word or MS Excel template documents.
Therefore install MS Word or MS Excel (or other required components) on PayDox server in such cases and provide DCOM-interface to them using standard Windows component DCOMCNFG.EXE.
VB Script performing code example
See below the example of such VB Script code for «Creating business trip memo in the Document Management system» business process activity