Documentation Summary

Submitted Jobs Monitor

Functionality

Server Code

If the “Enable server handlers” option is enabled then whenever an order is ready to get rendered, the server waits a certain number of seconds and then calls the check for the status of the submitted jobs. This is the formula used to calculate the delay in seconds:

"seconds delay" = 10 + 10 * "number of documents to be rendered"

User Site

If the “Enable client JavaScript” option is enabled then the user Form-Filling page (UserJDocumentCustomize.htm) sends a request to the server twenty seconds after the user has clicked the direct Download button. The server handler in turn runs the check for the status of the submitted jobs.