DESKTOP DELIVERY AND FORMS |
Top Previous Next |
UnForm 9.0 provides desktop delivery features that enable users on the network where the UnForm server runs to receive documents or fill out forms at the time UnForm jobs run. The feature is accessed via a web browser, either via the UnForm server's web portal, or directly via a URL.
Optionally, you can supply a query string suffix "&ips=uniqueid" to the above URL structures. The uniqueid value can be something that will add uniqueness to the IP address that the browser monitors with, supporting Terminal Server environments where the same IP address would be used for all users. Typically there is an environment variable, such as %SESSIONNAME%, that identifies a particular session on the server. By passing this information to both the URL and UnForm job submissions, deliveries and forms can be sent to the correct user session.
Documents are pushed to a desktop delivery session via the dtdel() and dtform() code block functions. For an example of these functions.view the dtdel.rul and dtform.rul sample rule files.
As with any access to the UnForm server, when users connect to the server, they must login unless they have an active session.
|