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. | 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 |