Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The parameters needed for each document include:

Parameter

Description

Required

FormViewRequestUNID

The FormViewRequestUNID representing the form package that the document is to be attached to when signing. This value is obtained from the Quik! Forms Engine after running the Execute command.

Yes

DocFileName

The file name of the document (e.g. "DriversLicense.pdf")

Yes

DocPath

The full path of the document on the customer's machine (e.g. "C:\documents\DriversLicense.pdf")

Yes

SortOrder

The order in which to display the document relative to the forms and other documents.
NOTE: Value must be a positive integer value between 0 and 999.

Yes

BeforeForm

A boolean flag indicating if the document is inserted before or after the form. If TRUE, insert the document before the form according to the SortOrder. Default is FALSE which appends the document to the Form according to the SortOrder

Yes

  • No labels