Setting up and working with e-signatures

Our e-signature application allows users to send out legally binding documents from leads or loans. By making use of third-party providers, we can easily send documents to specific people, track its progress and perform actions based on signing activity. We have made the application as generic as possible, allowing our clients to decide which providers they want to use.

This documentation serves to explain the application’s setup procedure and features.

Contents

 

Terminology

Provider - The third-party service that provides the legally-binding signing service.

E-sign document - A document template that is configured once and meant to be reused. This contains the actual document file that the signers will sign.

Hidden tags - Markup text that should be copy-pasted onto the .odt files on the e-sign document. The markup text’s foreground should be set to white, meaning the text should be invisible in relation to the document’s background color.

Signature request - A single instance of an e-sign document being used on a Lead/Loan to request that individuals sign it.

Server actions - Functionality defined by a developer, triggered by some event, that can produce a custom outcome.

Connector modules - Applications that connect different applications with each other; enabling functionality to interact between the two. Contact support for more info on this if needed.

 

Setup e-sign account

  1. Navigate to the E-Signatures application.

  2. Find and click on the E-Sign Accounts menu item.

  3. Click on the create button.

  4. You will be greeted by the following screen. Note that all highlighted fields are required.

  5. Select the appropriate Provider. If they require additional fields, the form view will be populated with them. The screenshot illustrates what Eversign’s form view looks like as an example.

Note that the application requires the appropriate connector modules to be installed for the provider you want to use.

6. Populate the empty fields as indicated by the required highlighting and click Save.

Some providers might require additional steps. Refer to the next section for these instructions.

 

Additional account setup required

Eversign

  1. The required fields for Eversign can be found on the API dashboard after you’ve registered a new app. The name of the fields on our side match the name of the fields on theirs.

  2. If the environment is meant for testing, check the Sandbox Mode checkbox. This will ensure any documents sent are not legally binding.

  3. After clicking Save, click on the Authenticate button. This will take you to Eversign’s interface for authorizing TaskFlow. Allow us authorization and you should be greeted by a message telling you “Successfully authenticated with Eversign.”

 

Creating e-sign documents

1. Navigate to the E-Sign Documents menu item.

2. Click on the Create button.

3. Select a provider account you have set up.

E-sign documents are provider-specific, i.e. you can not use the document configured for one provider on another.

4. Select the model that the document should be applied on. At the moment, you can choose between a Lead or a Loan.

5. Select the report type to link to this document. ODT Template refers to uploading your own .odt file and specifying the fields that are defined within it. This is the option you should generally choose. Pre-defined QWeb Template refers to an existing report template and can be used for testing purposes.

6. If you’ve selected ODT Template, the following section will appear:

Here, you should define the max amount of signers in the Max Signers field. Generally, this is the amount of signers you will need to sign the document. Some providers (such as Eversign) will allow you to submit less signers than indicated by the hidden tags.

If you’ve selected Pre-defined QWeb Template, you will need to select an ir.actions.report pre-configured report. You will not be able to define the hidden fields.

7. (Continued from selecting ODT Template) Click on the Add Field button to start defining fields.

The following options are available:

  • Signer No - The nth signer who needs to sign this field.

  • Type - The field type, which is dependent on provider.

  • Required - Whether or not the signer should be forced to fill in this field.

  • Field Height & Field Width - The field’s size (in pixels).

When selecting the field type as Text, the following extra fields will become available:

  • Placeholder - Hint text that will be removed as soon as the user starts typing.

  • Pre-Filled Value - Text to pre-fill (i.e. the signer will have to delete the text if they want to replace it).

  • Validation to Apply - Applies letters only, numbers only or email validation to the field, as selected.

Once you’ve finished setting up the field, click on the Create button and it will be added to the list along with its hidden field definition:

If you need to copy the hidden tags into your .odt file, click on the View Tags button to get a view of all of the fields.

8. Upload your file using the Upload ODT File button.

9. Additional configuration options are available:

  • Communication Configurations - Text that will be displayed to the signers in the email communication they receive.

    • Requester Name - Name of the origin of the signature request.

    • Title - Title of the signature request.

    • Message - A custom message to display to the user along with the link to the provider.

  • Automation - Automated actions (ir.server) that can be linked to each event on the signature request.

  • Event Notifications - which of the signature request events should send out a push notification to the TaskFlow web interface.

10. Save your changes by clicking on the Save button. In order to use this document, it must be in an active state first. To do this, simply click on the activate button.

Documents can be in 3 different states:

  • Draft - Document still in the process of being set up, not available for use.

  • Active - Document fully configured, available for use in signature requests.

  • Disabled - Document archived and not meant to be used at all. It can be sent back to draft and activated again.

 

Submitting signature requests

1. Select the Action dropdown on a Lead or Loan and find the e-signature option.

2. You will be greeted by this form. Select an e-sign provider and - document you’ve configured.

There are two areas where participants are added:

  • Signers - The individuals who need to sign the document. You can either select a partner or simply type their name and email. The Type field is used to indicate whether or not the signer is required.

  • Recipients - Partners who will receive event notifications and emails whenever events occur. They can be signers as well, but do not need to sign the document by default.

3. Once you are done configuring the signature request, click on the Send button to submit it. The system will now navigate you to the created signature request instance.

Here, you can view the e-sign document again, go back to the lead, see the signers and recipients and view the events that has occurred on this signature request. Note that all events will be received from the chat application as well as through event popups in the upper right-hand corner. You can click on the colored text on chat messages to go back to the signature request.

You are able to cancel the signature request by clicking on the Cancel Signature Request button. Note that you can only cancel up until someone has signed the document, at which point the button will disappear.

Once everyone has signed the signature request, it will go into the Pending Download stage. From here, an automated server action will download the signed document from the provider after some time. Once it has been downloaded, recipients (and the signature request’s creator) will receive a notification.

Recipients can click on the signature request’s name in the chat application to navigate back to the signature request instance. Once the document has been downloaded, it can be viewed here:

Click on this link to download the completed file to your system:

 

Signature request events

  • Created - Signature request successfully created on the provider’s side.

  • Sent - The signature request has been sent to signers and recipients have been notified.

  • Viewed - A signer has viewed the document.

  • Signed - A signer has signed the document.

  • Pending Download - All signers have signed the document and the final document will be downloaded from the provider.

  • Done - All signers have signed and the finished document has been downloaded.

  • Declined - One of the signers has declined signing the document.

  • Failed - Due to a signer declining, not being reachable or some other reason, signing of the document has failed in its entirety.

  • Cancelled - Signature request cancelled by requestee.