Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below is a list of every property in the Quik! Forms Engine. Properties are organized in tables by category.

...

Property

Type

Description

Default Value (If Applicable)

OutputFileName

string

Gets or sets the name of the output file(s). You do not need to add any file name extension (e.g. ".html" is not required). If left empty, Quik! will generate a file name by default. Possible output files include forms (HTML and PDF), and error logs (XML). This property is to be used locally, and not in a web service.


OutputPath

string

Gets or sets the location where the output files are created.


UNID

string

The read-only unique form view request ID generated by the form request. If used, the Quik! Forms Engine understands that the customer is regenerating a previously saved form package.


ESignTrackingEnabled

bool

If FALSE, the Sign button will be displayed based on the value of the HTMLButtonSign.Show property. If TRUE, the Sign button will automatically be displayed if generated forms are marked as e-signable in the Quik! Forms Enterprise Manager. Note: Generated form must have at least one signature field in order for Sign button to display. If no signature fields are present, the Sign button will never be displayed. 

FALSE

CustomJavaFileIncludePath

string

Gets or sets the customer's custom javascript file path in an include statement within the <HEAD> tag. Only provide the URI, as the QFE will create the HTML tags automatically. Only one reference file link is supported at this time.


CustomJavaScriptstring

list of strings

Gets or sets the customer's custom javascript text (function) in HTML format to append to the end of the HTML file. Entire script and proper tags must be included. Multiple scripts can be added as additional items, added to the list in order of preferenceMultiple functions should be included within one line, with ';' appended to the end of each instruction.


iScrollFilePath

string

Sets the "src" attribute for the iScroll javascript file to use with the forms. Default version is 4.0 located in the "javascripts" folder where the HTML file is saved.


iScrollOff

bool

Sets iScroll on or off for the Form Viewer all browsers

FALSE

jQueryBlockUIFilePath

string

Sets the "src" attribute for the jQuery javascript file to use with the forms. Default version is located in the "javascripts" folder where the HTML file is saved. 


jQueryFilePath

string

Sets the "src" attribute for the jQuery javascript file to use with the forms. Default version is 1.9.1-min located in the "javascripts" folder where the HTML file is saved. 


jQueryUIFilePath

string

Sets the "src" attribute for the jQuery UI javascript file to use with the forms. Default version 1.10.3 is located in the "javascripts" folder where the HTML file is saved. 


Results

object

A QuikResult object that contains information about any errors that occurred. If no errors occured, a success message is created.


TestDataMode

bool

Writes each field's name as a default value into the field in order to validate that the form was built properly before publishing the form to PUBLISH status.

FALSE

TestFinalFormsMode

bool

Gets or sets the value indicating whether to view forms in final mode. When TRUE, the forms in FINAL status within the Quik! build cycle will be displayed. Do NOT set this property to TRUE in your production environment.

FALSE

DraftMode

bool

When set to TRUE the PDF output by the execute/pdf or the print button will show the form with a “DRAFT” water mark on it. In addition, these transactions will NOT be counted as usage which allows for testing without incurring costs. Do NOT set this flag to TRUE for production use.

NOTE: This property will automatically be set to TRUE when the TestFinalFormsMode flag is set to TRUE.

View file
nameDraftMode Example.pdf

FALSE

GeoLocationOn

bool

Set the ability to capture the signer’s location using HTML5 Geolocation


...

Property

Type

Description

Default Value (If Applicable)

AccountID

string

Customers that have more than one DocuSign account can use the AccountID property to specify the usage of one specific account. If a customer has more than one DocuSign account and does NOT include an AccountID, then the customer’s default (typically most used) DocuSign account is used. More information here

""

AllowMarkup

bool

When TRUE, document markup is allowed. With document markup, recipients can make changes to your documents by covering up existing text and adding new text. This is an account-wide permission that must be turned on by a DocuSign employee, i.e. an Account Manager.

FALSE

AllowReassign

bool

When TRUE, the recipient can redirect an envelope to a more appropriate recipient.

FALSE

AllowRecipientRecursion

bool

When TRUE, this enables the Recursive Recipients feature and allows a recipient to appear more than once in the routing order.

FALSE

Asynchronous

bool

When TRUE, will queue the envelope for processing and the envelope status will have a value of ‘Processing’. Additionally, get status calls will return ‘Processing’ until completed. This property is useful when you do not want to wait for DocuSign to respond with the API response. A synchronous call is made later that would include not only status but also EnvelopeID. Keep in mind that this does rely on TransactionID, so make sure that is included when leveraging this property.

FALSE

AuthTypes - Facebook

enum

Authorize signers via a Facebook account


AuthTypes - Google

enum

Authorize signers via a Google account


AuthTypes - IDCheck

enum

Authorize signers via a list of questions


AuthTypes - LinkedIn

enum

Authorize signers via a Linkedin account


AuthTypes - LiveID

enum

Authorize signers via a LiveID account


AuthTypes - NoIDCheck

enum

Signers will not be authorized in any way before signing the form


AuthTypes - OpenID

enum

Authorize signers via an OpenID account


AuthTypes - Phone

enum

Authorize signers via a code called in to a phone number


AuthTypes - Salesforce

enum

Authorize signers via a Salesforce account


AuthTypes - SMS

enum

Authorize signers via a code texted to a phone number


AuthTypes - SocialAll

enum

Show only the social media options (Twitter, Facebook, etc.) for authorization, as well as No Identity Check


AuthTypes - Twitter

enum

Authorize signers via a Twitter account


AuthTypes - Yahoo

enum

Authorize signers via Yahoo account


AuthUserID

string

Sets the CustomerUserID asociated to the token that will be used for authentication. Beginning in version 5.5, all tokens should have a CustomerUserID (not null). Note: CustomerUserID can be thought of as an alias string, created by you, to associate to different DocuSign tokens. It is not assigned by Quik!. Quik! allows for unlimited CustomerUserIDs to be created, though there may be token creation limits with DocuSign.

""

AuthoritativeCopy

bool

When TRUE, DocuSign's Authoritative copy feature is enabled. When enabled, an authoritative copy of the signed document will be held on your DocuSign account.

FALSE

AutoNavigation

bool

When TRUE, auto-navigation is enabled for the envelope. The auto-navigation method used is determined by the account setting. There are 7 possible navigation settings: 

  • Navigate required fields: Signers will only be prompted to fill in fields marked as required. Any field marked as optional, check-boxes, and document text in between required fields will be skipped when selecting “Next” during singing. This option still requires users to review required fields that have already been filled in.

  • Navigate blank required fields: This option only directs signers to fields marked as required that have not been previously filled in, e.g., either from an earlier singing session or previous signers. This is typically the fastest signing experience option.

  • Navigate all fields: Signers are prompted to sign all fields.

  • Page only: In this case the signer must manually walk through the entire document until it’s completed. If you only have a one page document, the signer must select “Complete” in addition to any signing requirements. This option is useful if you request users to read a document in full.

  • Page then Navigate required fields: This process takes the signer to the next page (when applicable) and then prompts them to fill in all required fields and review those already filled in.

  • Page then Navigate blank required fields: This process takes the signer to the next page (when applicable) and then prompts them to fill in only required fields still left blank.

  • Page then Navigate all fields: The navigation takes users to the top of the next page and then prompts them to click “Next” to navigate all fields. If there are no fields on a page, the user is taken to the next page for completion

FALSE

BrandId

string

This sets the brand profile format used for the envelope. The value in the string is the Brand ID associated with the profile. Account branding must be enabled for the account to use this option. Brand ID can be found in the Admin settings of your DocuSign account.

""

BrandLock

bool

When TRUE, the brand profile associated with the envelope cannot be changed. This is only managed in the DocuSign API.

FALSE

CreateEnvelopeAsDraft

bool

When TRUE, the envelope will be sent to DocuSign in Draft status (Quik! does not support any other status options). A possible use case for this feature is when customers want to approve an envelope before it is sent to clients. More information here

FALSE

CustomFields

DocuSignCustomFields

Complex element contains a list of names and values. Element can specify if the name value pair needs to be entered before sending the envelope. It can also specify if the name value pair needs to be shown to user who is sending the envelope.

Reserved CustomField names:

##SFAccount

##SFContract

##SFOpportunity

##SFCase

Reserved field names can be used to link data from DocuSign Connect to Salesforce.

Important: If custom fields are set here when sending the envelope, only the fields specified in this section are included in the envelope. This overrides any required account level custom fields.

null

EmailSettings

DocuSignEmailSettings

 
This optional complex element allows sender to override some envelope email setting information. This can be used to override the Reply To email address and name associated with the envelope and to override the BCC email addresses to which an envelope is sent.

When the EmailSettings information is used for an envelope, it only applies to that envelope.

IMPORTANT: The EmailSettings information is not returned in the response when an envelope is created or in the RequestEnvelope response.

EmailSettings consists of: ReplyEmailAddressOverride, ReplyEmailNameOverride, BCCEmailAddresses

null

BccEmailAddresses

list of string

A list of up to 5 Email addresses the envelope is sent to as a BCC email. DocuSign verifies that the email format is correct, but does not verify that the email is active. This can be a maximum of 100 characters. Using this overrides the BCC for Email Archive information setting for this envelope.

null

ReplyEmailAddressOverride

string

The Reply To email used for the envelope. DocuSign will verify a correct email format is used, but does not verify that the email is active. This can be a maximum of 100 characters.

""

ReplyEmailNameOverride

string

The name associated with the Reply To email address. This can be a maximum of 100 characters.

""

EnableWetSign

bool

When TRUE, allows the signer to print the document and sign it on paper. Signers will see a "print and sign" option in the Other Actions menu before signing the document. Note that this does not prevent signers from adding their e-signatures if they choose to--it just offers both options.

FALSE

EnforceSignerVisibility

bool

When TRUE, requires that a Signer have a signature or initial on the document or that the document has no signers in order to view it. Recipients that have an administrative role (Agent, Editor, or Intermediaries) or informational role (Certified Deliveries or Carbon Copies) can always see all the documents in an envelope, unless they are specifically excluded using this setting when an envelope is sent. Documents that do not have signature fields are always visible to all recipients, unless they are specifically excluded using this setting when an envelope is sent. Your account must have Document Visibility enabled to use this.

FALSE

ESignMetaData.AccountCode

string

Set AccountCode metadata

""

ESignMetaData.ClientCode

string

Set ClientCode metadata

""

ESignMetaData.FirmCode

string

Set FirmCode metadata

""

ESignMetaData.RepCode

string

Set RepCode metadata

""

MessageLock

bool

When TRUE, prevents senders from changing the Subject and message for the email when correcting an envelope. The Quik! E-Sign Pop-up Subject and Message is still editable when this is both TRUE and FALSE.

FALSE

Notification

DocuSignNotificationSettings

An optional complex element that specifies the notification options for the envelope. It consists of: UseAccountDefaults, Expirations, Reminders

null

UseAccountDefaults

bool

When TRUE, the account default notification settings are used for the envelope.

FALSE

Expirations

DocuSignNotificationExpiration

A complex element that specifies the expiration settings for the envelope. It consists of: expireEnabled, expireAfter, expireWarn.

null

ExpireEnabled

bool

When TRUE, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.

FALSE

ExpireAfter

int

An integer that sets the number of days the envelope is active.

0

ExpireWarn

int

An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent.

0

ESignVendorSuccessJavaScript

string

Allows customers to implement custom JavaScript after a successful e-sign transaction.

""

InPersonSigningHost.Name

string

Allows customers to prefill the Name of the Host when In Person Signer send type is used

InPersonSigningHost.Email

string

Allows customers to prefill the Email of the Host when In Person Signer send type is used

Reminders

DocsignNotificationReminder

A complex element that specifies reminder settings for the envelope. It consists of: ReminderDelay, ReminderEnabled, ReminderFrequency

null

ReminderDelay

int

An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.

0

ReminderEnabled

bool

When true a reminder message is sent to the recipient.

FALSE

ReminderFrequency

int

An interger that sets the interval, in days, between reminder emails.

0

RecipientsLock

bool

When TRUE, prevents senders from changing, correcting, or deleting the recipient information for the envelope.

FALSE

SenderUserID

string

Sets the CustomerUserID asociated to the token that will act as the Sender when using SOBO. If it's not provided the default token will be used. If SOBO is turned off, this is ignored

""

SendTypes

List of DocuSignSendType

Limits the items displayed in the Send Type drop down lists within the esign popup. If the list is empty, all items are displayed. DocusignSendType is an enumerator that has the following values:
EmailToSign
SendCopy
InPersonSigner
Agent
CertifiedDeliveries
Editor

Notes:
None is always shown, since it's the empty record for the drop down list (if selected, the recipient will not be part of the signing process).
Descriptions of these types can be seen here.

empty list

SendTypes - Agent

enum

Use when the recipient can add name and email information for recipients that appear after them in routing order.


SendTypes - CertifiedDeliveries

enum

Use when the recipient should get a copy of the envelope, but the recipient does not need to sign, initial, date or add any information to the documents.


SendTypes - Editor

enum

Use when the recipient has the same management and access rights for the envelope as the sender and can make changes to the envelope as if they were using the Advanced Correct feature.


SendTypes - EmailToSign

enum

Use when the recipient must sign, initial, date or add data to form fields on the documents in the envelope.


SendTypes - InPersonSigner

enum

Use when the signer is in the same physical location as the DocuSign user who is requesting a signature.


SendTypes - SendCopy

enum

Use when the recipient should get a copy of the envelope, but the recipient does not need to sign, initial, date or add any information to the documents.


SetContentTypeCallBackURL

enum

Sets the content types of the HTTP request when using the Callback approach for your DocuSign integration. See configuration documentation here

0

SignAllDocsCombined

bool

When TRUE, attachments will be pushed to DocuSign along with forms. When FALSE, the envelope will not include attachments added in the Viewer.

TRUE

SignCallBackURL

string

(Required) A customer-defined URL for the Quik! Form to post the EnvelopeID to so customer's system knows the transaction is complete

""

SignEnvironmentID

int

(Required) Sets the DocuSign evironment to work with

1

SignErrorMessage

string

Sets the error message

""

SignHideEmptySigners

bool

When TRUE any signing roles on the form that do not have a person's name (first, middle, last or full name) or email address will not be displayed in the e-sign popup

FALSE

SignJavascript

string

Javascript to be run when clicking the Sign button

""

SignMessage

string

Sets the sign message in the Quik! E-Signature pop-up. If not provided, the following message is displayed: The attached forms were completed and prepared for you to sign. <Form Names> Please sign these forms by clicking the link. <FormViewID #>

""

SignMultipleDocs

bool

When TRUE each Form in the package will be available in it's own PDF within the e-sign envelope vs. a single combined PDF of all forms (when this property is FALSE)

FALSE

SignOrderLock

bool

When TRUE, locks the order column in the esign popup

FALSE

SignRequireIDCheckName

ESignRequireIDCheckName (enum)

Sets the Auth type to be used for ALL recipients, and hides the Auth Type column in the esign popup. The value is an enumerator called ESignRequireIDCheckName which has the following values. Note: If "None", then there will be no required Auth Type for all recipients (essentially turning this feature off.) See Auth Types properties for description of other enumerators.
None
NoIdentityCheck
IDCheck
SMS
Phone
LiveID
Facebook
LinkedIn
Google
Salesforce
Twitter
Yahoo
OpenID


SignSendJavascript

string

Javascript to be run when clicking the Send button in the esign popup

""

SignShowAccessCode

bool

When TRUE, the access code column is shown in the Quik! E-Signature pop-up. Previously named SignShowVerifyCode in versions 5.4 and earlier.

FALSE

SignSubject

string

Sets the Subject line of the email sent to signers. If not provided, default value is "Please e-sign these forms <dealer name>"

""

SignTransDescription

string

Description of the transaction. This property is related to EsignMetaData so customers can more easily identify transactions. Not needed for generating envelopes at DocuSign.

Default value of first recipient's name, the first form's dealer name, and the first form's name

SignURL

string

A URL that the Send button (in the E-Sign Popup) posts envelope data to for Self Service and Pass Thru models ONLY. If using the Callback model, customers will use the SignCallbackURL instead.

""

SkipESignPopup

bool

When True, the e-sign pop-up is not displayed when the Sign button is clicked. Signing roles that have information supplied to the form will be set as signers without input by the user, and the signing ceremony will begin.

FALSE

SOBOFlag

bool

Enables the SOBO (Send On Behalf of) functionality

FALSE

TransactionId

string

Sets the TransactionID setting at DocuSign. TransactionIds are used to define an envelope, and are only valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The transactionId property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.

""

UseDisclosure

bool

When set to FALSE, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. When set to TRUE, the disclosure is shown to recipients if the customer's DocuSign account's Electronic Record and Signature Disclosure frequency setting is set to display the disclosure (recipients will be required to accept the disclosure before signing the document). If there is no setting for use useDisclosure, then the account’s normal disclosure setting is used and the useDisclosure setting is not returned in responses when getting envelope information.

FALSE

DocusignTab

class

A wrapper class for DocuSign Signature and initial tabs, which lets users configure signatures and intial fields as optional when signing a form in DocuSign. For a description of all settings and how to use this, please see Configuring Optional Signature Fields documentation.


...

Property

Type

Description

Default Value (If Applicable)

SignAllDocsCombined

bool

When TRUE, attachments and forms are combined in SIGNiX

FALSE

SignCallBackURL

string

(Required) A customer-defined URL for the Quik! Form to post the Envelope information to so customer's system knows the transaction is complete

""

SignEnvironmentID

enum

(Required) Sets the SIGNiX evironment to work with


SignErrorMessage

string

Sets the error message

""

SignHideEmptySigners

bool

When TRUE any signing roles on the form that do not have a person's name (first, middle, last or full name) or email address will not be displayed in the e-sign popup

FALSE

SignixAuthType - EmailOnlySignAllDisabled

enum

Do not authorize signers. Only input their name and email in Quik! E-Signature pop-up.


SignixAuthType - EmailOnlyWithVerifyCode

enum

Authorize signers via a verification code. The signer must enter the code in SIGNiX in order to sign the form.


SignixAuthType - KnowledgeBasedWithInteractiveQuestions

enum

Authorize signers via identity questions. The signer must answer questions in order to sign the form.


SignixAuthType - KnowledgeBasedWithInteractiveQuestionsCanadians

enum

Authorize canadian signers via Canadian Social Insurance number, and identiy questions. The signer must answer questions in order to sign the form. NOTE: Customers must contact SIGNiX in order to use this property, and agree to a minimum monthly service charge with SIGNiX. For use by Canadian nationals only.


SignixAuthType - KnowledgeBasedWithInteractiveQuestionsWithOneClick

enum

Authorize signers via identity questions. The signer must answer questions in order to sign the form with 'OneClick' feature


SignixAuthType - SecretCodeSentViaTextMessage

enum

Authorize signers with a code sent in a text message to their phone.


SignixAuthType - SecretCodeSentViaTextMessageWithOneClick

enum

Authorize signers with a code sent in a text message to their phone with SIGNiX 'OneClick' feature.


SignixBillingRef

string

Identifies the Billing Party for this transaction. Primarily used by Clients that need to differentiate between different divisions, end-users, etc. in order to either bill them in return or to allocate cost for reporting purposes. The BillingRef appears on billing reports generated by SIGNiX.

""

SignixClientPrefAllowSignatureGraphic

yes/no

Determines whether a user can set up a signature graphic when they register (Required)


SignixClientPrefAuditTrailWithCC

yes/no

The audit trail of the transaction will be included as a PDF attachment to the CC (Carbon Copy) email.


SignixClientPrefAutoAdvanceToNextDocument

yes/no

When the user finishes all required actions for the current document, the next document is automatically opened without first displaying the Document List.


SignixClientPrefAutoAdvanceToNextSignature

yes/no

When the user completes a signature line, the document is positioned to the next signature line.


SignixClientPrefAutoOpenFirstDocument

yes/no

When this preference is set to "yes", the Document List will not be displayed to the user logging in to a transaction if the user has an action to complete. In this case, the first document requiring an action will be displayed. If the user has completed all required actions, then the document list will be displayed.


SignixClientPrefBrowserAutofill

yes/no

Toggles the browser's autocomplete attribute of HTML form input fields.


SignixClientPrefDateSignedFormat

enum

Sets the format of the date field associated with a signature line.


SignixClientPrefDateSignedTimeZone

enum

This preference sets the default time zone for the Wizard's date field Properties Dialog.


SignixClientPrefEnable21CFRPart11CompliantMode

enum

This preference enables various UI components required by 21 CFR Part 11 compliance.


SignixClientPrefMiddleName

enum

Determines how middle names appear.


SignixClientPrefMustSignFirstDocumentFirst

yes/no

Determines whether the first document of the document set must be signed before the user is allowed to access any other document. Typically, the first document might be a consent form or service agreement.


SignixClientPrefNextPartyLink

yes/no

This preference determines whether the party completion page supports immediate login by the next party. 


SignixClientPrefNotificationSchedule

A comma-separated list enclosed in curly braces, immediately followed by the units.

The Notification Schedule indicates how often the system will send a reminder email to a party that has not completed signing. 


SignixContactInfo

string

Text to display in the various SDD guides, including the login, coversheet, and PDFguides. For example, "If you need assistance, please call 1-800-000-0000"

""

SignixDateSignedFormat

enum

Specifies how to format the signing date/time. Required if DateSignedField present. Enumerators listed below:

none = -1
MM_dd_yyyy = 0
MMMM_dd_yyyy = 1
dd_MMMM_yyyy = 2
dd_MMM_yyyy = 3
dd_MM_yy = 4
dd_MM_yyyy = 5


0 (MM_dd_yyyy)

SignixDateSignedTimeZone

enum

Specifies the time zone in which to report the signing date and time. Enumerators listed below:

none = -1,
US_Eastern = 0,
US_Central = 1,
US_Mountain = 2,
US_Pacific = 3,
US_Alaska = 4,
US_Hawaii = 5,
GMT = 6,
UTC = 7

7 (UTC)

SignixDateSignedMilitaryOff

bool

false

If True, then the format of the time signed will NOT be in military time format (will show AM/PM). If False, then the format of the time signed WILL be in miltary format (will not show AM/PM).

SignixDateSignedHideTime

bool

false

If True, removes the time and timezone from signature in SIGNiX

SignixDelDocsAfter

int

Specifies the amount of days completed documents will be available in your MyDox account. After the final specified day, the document will be purged from the system.

60

SignixDeliveryType

enum

Configures which type of delivery service is used with SIGNiX (SDDC vs SDD)

SDDDC

SignixDemo

bool

Configures SIGNiX production server to behave like a demo

FALSE

SignixDistributeToSubmitter

bool

Indicate if the Submitter is to receive a copy of the distribution email when the transaction completes.

FALSE

SignixDistributionEmailContent

string

Text that is to be included in the distribution email sent when the transaction completes.

""

SignixDistributionEmailList

string

List of email recipients of the distribution email sent when the transaction completes

""

SignixDocSetDescription

string

Description of forms in a transaction. If not provided, the following default value will be used: "{First Signer name}: {Dealer Name}: {Form Short Name}"

""

SignixExpireAfter

int

Transaction automatically cancelled if it is not completed within the specified number of days.

10

SignixShowSignNow

bool

Show the Sign Now field in the E-Sign Pop-Up

TRUE

SignixSubmitterEmail

string

Sets the Email of Submitter

""

SignixSubmitterEmailList

string

Sets the SIGNiX Submitter Email List

""

SignixSubmitterName

string

Sets the Name of Submitter. Assigned name can be seen in the Document History under your transaction in MyDox.

""

SignixSuspendOnStart

bool

When TRUE, Indicates if transaction preprocessing is to suspend the transaction instead of notifying
the first party.

FALSE

SignixWorkgroup

enum

Sets the SIGNiX workgroup type

"SDD"

SignJavascript

string

Javascript to be run when clicking the Sign button

""

SignMessage

string

Sets the sign message in the Quik! E-Signature pop-up. If not provided, the following message is displayed: The attached forms were completed and prepared for you to sign. <Form Names> Please sign these forms by clicking the link. <FormViewID #>

""

SignMultipleDocs

bool

When TRUE each Form in the package will be available in it's own PDF within the e-sign envelope vs. a single combined PDF of all forms (when this property is FALSE)

FALSE

SignOrderLock

bool

When TRUE, locks the order column in the esign popup

TRUE

SignSendJavascript

string

Javascript to be run when clicking the Send button in the esign popup

""

SignShowVerifyCode

bool

When TRUE, the Verify Code column is shown in the Quik! E-Signature pop-up

TRUE

SignURL

string

Sets the URL for posting document data to the QuikEsignTransport project.


...