Versions Compared

Key

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

...

Section


Column
width150px




Column

Feature Release

eSignAnyWhere 3.2

Date: August 2018


Expand
titleAutomatic Remote Signatures

It is possible (as advanced feature) to use automatic remote signatures. The user manager of an organization can add automatic remote signature profiles, which can be used for any workflow as a recipient (recipient type “Automatic”). This recipient signs automatically the signatures and the workflow continues automatically. Details see Beginner Guide.


Expand
titleAPI: Allow modification of uncompleted steps

It is possible to use the replace recipient method (ReplaceRecipient_v1) to change the workstepconfiguration. It is only possible to change the workstep configuration if the envelope was created via API and the recipient is a signer.


Expand
titleFull Support of SIGNificant Biometric Server

eSignAnyWhere 3.2 now fully supports the SIGNificant Biometric Server for signature verification, including the SignAnyWhere Viewer and the audit trail file. This feature is not available on significant.com and requires a private SaaS or on premise instance of eSignAnyWhere.


Expand
titleEnhanced SAML Support

The SAML support was extended to allow easier user management directly in the UI of eSignAnyWhere. SAML requires a private SaaS or on premise instance of eSignAnyWhere.


Expand
titleAutomatic Delefation

Automatic Delegation is an advanced feature, which allows the user to define an automatic delegation. So all of the user’s signing requests are automatically forwarded to a substitute, which is also a user of the organization. An optional end date automatically disables the automatic delegation.


Expand
titleSAW Viewer Improvements
  • UI optimized resizing of window behavior
  • Open source information added in the SAW Viewer
  • Fixed biometric signature under certain use cases
  • Optimized UI for authentication
  • Error handling of uploading attachments improved
  • Improved error messages
  • Device Driver UI optimized
  • bugfix for batch signature

via Hotfix:

  • fixed some translations
  • fixed navigation bar, when maximizing window
  • fixed rejecting of document for specific use cases



...

Section


Column
width150px



Column

Feature Release

eSignAnyWhere 2.5

Date: September 2017


Expand
titleAPI: Custom callbacks on specific events

New types of callbacks are now available. See documentation for details.


Expand
titleOn-Premise supports different organizations

The on premise version of eSignAnyWhere supports now different organisations with just one instance.


Expand
titleFull support of SIGNificant Device Driver

Full support of SIGNificant device driver. So you can use now signature pads or local certificates with eSAW as a signer.


Expand
titleNew eSAW viewer settings

New eSAW Viewer settings are available. For example, you can define now to automatically finish a document when the last signature was applied or configure the download document dialog. See here for details.


Expand
titlePerformance Improvements

The performance of eSAW was improved. For example is the generation of the Audit Log optimized and the envelope-postprocessing, if no email is sent, done with highest priority.


Expand
titleAPI: Additional information for getEnvelopeById

GetEnvelopeById contains the reason about rejection or delegation.

Code Block
languagexml
themeEclipse
<recipient>
	<status>Rejected</status>
	<rejectReason>...</rejectReason>
</recipient>

<recipient>
	<status>Delegated</status>
	<delegateReason>...</delegateReason>
</recipient>





...