Versions Compared

Key

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

...

Section


Column
width150px




Column

Feature Release

eSignAnyWhere 3.1

Date: May 2018


Expand
titleBulk Envelopes

Bulk envelopes allow you to send an envelope to multiple signers. The workflow splits with the bulk recipient, so that you will receive unique signed documents for each bulk recipient. This feature is perfect for letting one document (e.g. a new company policy) sign by many recipients. This feature is not available with basic subscription, so please contact your Namirial sales. Details in the Bulk Use Case.


Expand
titleP7M Signers

It is possible to define P7M signers in eSignAnywhere. This allows you to define at the end of a signing workflow to define signers with P7M. Details see in the Beginner Guide envelope structure guide.


Expand
titleREST Interface

In addition to our SOAP interface a new REST/JSON Swagger interface is available. See www.significant.com/api


Expand
titleForm Field Data Validation

Added support for Form-Field-Validation. Six types are supported: No-Validation, Date, Email, Number, Phone and Time. It is only supported with the Placeholder Use Case and via workstep configuration.


Expand
titleRetention Period per Organization

The Retention Period per organization sets an automatic timelimit for deleting old envelopes.


Expand
titleConfigure Emailsender Name

You can select now the email sender name. In the organization settings you can select between three options: (1) firstname lastname via eSignAnywhere (2) Organizationname via eSignAnywhere (3) eSignAnywhere. On-premise or private SaaS customer can replace eSignAnywhere with their desired text. Via API you can select the option for each envelope.

Code Block
languagexml
themeEclipse
<envelope>
   ...
   <displayedEmailSender></displayedEmailSender>
   ...
</envelope>

If the displayedEmailSender is empty only eSignAnywhere is used. If the field is not empty, this text will be used before ” via eSignAnywhere”. Without displayedEmailSender the organization default setting is used.


Expand
titleSAW Viewer: Change attachment after uploading
  • form field validation
  • added undo option
  • added languages: Spanish, Portugese
  • updated translations
  • improvements for local certificate signing
  • allow configuration of date format for picture signature types
  • fixed UI issues for some devices (mobile, tablet or browsers)
  • fixed device driver issues
  • fixed attachment with hidden documents
  • fixed Finish button visibility after finished document
  • fixed error for some specific policies
  • fixed the guiding for disabled elements
  • fixed local time issue

via Hotfix:

  • fixed a finish document issue
  • fix batch signature with OTP issue
  • optimized Device Driver integration



...