Features
What is a "feature?"A feature is a new function or series of functions within an application which did not previously exist. On this page you will find changelogs associated to features being delivered in incremental pieces. Each changelog describes a small function delivered to support the larger feature function as a whole. Below you will find a list of features, with their respective changes, associated to the Expere Document Services version the feature is or will be delivered.
eNotary
Wolters Kluwer has added the ability for a Notary Public to notarize documents electronically.
eOriginal
In this iteration of eOriginal-related functionality, we have implemented the ability to electronically sign the eNote using the eOriginal application.
- eOriginal Quick Guide updated
- eNote destruction process added
- New data items added to eoCreateTransaction call
- eoConfigureRoles and eoConfigureSortOrder APi's implemented
- eNote destruction process added
Default Data - Logos
Wolters Kluwer has added the ability to include logos in Default Data content for use with the EZConfig application.
| Ability to include logo in Default Data content for EZConfig |
|---|
|
Summary: We have updated the API request calls with a new
EZConfig parameter, which can be used to apply Logos from
EZ Config Default Data. This parameter can be used to pass in specific
organization ID, name, alias, and line of business information when using logos.
When the <OrgId>, OR the
<OrgName>, <OrgAlias>, and
<OrgLOB> (Line Of Business) are included in the
SelectAndGenerate or Generate request, the Logo setup for the given Organization
within EZ Config is applied. Note:
Refer to the on how to set up the logo functionality for your organization. |
Technical Notes: Sample request snippet below: |
| Implementation Notes: This feature is available in the . |
| Tool Suite updated with ability to apply Default Data logo |
|---|
|
| Summary: As part of the feature work to apply a logo from EZ Config Default Data content, the pages within the Tool Suite have been updated with a new Default Data section here Apply Logo from Default Data can be selected. The Tool Suite User Guide contains detailed information on using this new functionality. |
| Implementation Notes: This feature is available in |
Standard eSignature and Field Level fillable fields
This feature allows authors enter field level logic into a standard eSignature and field level support fillable field for dynamic documents by enhancing mutually exclusive checkboxes and credit card fields. What are mutually exclusive checkboxes? For example, if presented with two checkboxes or option buttons (commonly referred to as "radio buttons"), you may only select one. Checkboxes are mutually exclusive in that if one box is checked the borrower cannot check another related check box.
| Mandatory/Optional fillable field function added |
|---|
|
Summary: When a request includes a "true" value indicator for
<eSignatureAndFieldSupport> for either a dynamic or
static document, our eSignature and Field Support functionality has been
updated with the following:
Note: These elements are all optional. |
Technical Notes: Sample request code
below:Sample
response code
below: |
| Implementation Notes: This new feature requires you to install the Expere 2019 Release Twois available in the October release of Hosted Expere / Expere Document Services. . |
| Support expanded for mutually exclusive checkboxes - dynamic and static documents |
|---|
|
|
Summary: We have enhanced Expere to support mutually exclusive
checkboxes with our standard eSignatureAndFieldSupport. When mutually
exclusive checkboxes have been authored in content using
|
| Technical Notes: Expere now includes a GroupID element that aggregates related checkboxes and option buttons together. |
| Implementation Notes: This new feature requires you to install the Expere 2019 Release Twois available in the October release of Hosted Expere / Expere Document Services. |
Support for Wolters Kluwer E-Sign Field Level Logic
This feature allows authors enter field level logic into an Wolters Kluwer eSignature field for dynamic documents by enhancing mutually exclusive checkboxes and credit card fields. What are mutually exclusive checkboxes? For example, if presented with two checkboxes or option buttons (commonly referred to as "radio buttons"), you may only select one. Checkboxes are mutually exclusive in that if one box is checked the borrower cannot check another related check box.
| Mutually Exclusive Checkboxes |
|---|
|
Summary: Expere has been enhanced to generate mutually exclusive
checkboxes (or option buttons) for documents where Wolters Kluwer E-Sign is
being used. When an .REQ file is submitted with a
<GroupID/> element set to "True" and letters and
numbers are strung together to group two fields, Expere interrogates the
.REQ file to locate the <GroupID/> and create the
corresponding checkboxes and option buttons. |
| Technical Notes: Expere now includes a GroupID element that aggregates related checkboxes and option buttons together. |
| Implementation Notes: This feature is available in the 2019 Release Two (2) of the Expere Engine. |
Token Authentication
Users can now add a token when authenticating to the Callback API instead of a traditional username and password. This new token feature works exclusively with REST API callbacks.
| Tool Suite updated to use token authentication |
|---|
|
|
Summary: Users can now specify a token or username/password when
authenticating a transaction in the following API calls: Note: The Callback URL must be specified either in the database or
request; if not specified, no callbacks are sent. Any login information
specified in the request overrides login information that exists in the
database. |
| Implementation Notes: This enhancement is available in the September release of Expere Document Services. |
| New Token option for callback authorization |
|---|
|
|
Summary:
We have extended our callback functionality to include the ability to call a REST callback service with a token. The callback functionality that utilizes either a username and password or no authentication will continue to call a SOAP callback service. Using a token is the only scenario where a REST callback service is utilized. The DocumentServicesAPI WSDL has been updated to contain a new optional field under "Authorization" called "Token" for use with Select & Generate and Generate API calls. Note: if the callback information is provided with the
request, it takes precedence over what is stored in the database
CallbackAuthentication below |
|
Implementation Notes: This new feature enhancement is available in
the September deployment of Expere Document Services; no user action is
required. Note: You will need to create your own REST endpoint when using a
token with callback authentication; future documentation will be
authored to aid you in this process. Contact your Professional Services
liaison for further information on implementing this new REST callback
service. |
Logos
Wolters Kluwer has added the ability to apply logos to the header of each Expere-generated document.
| Ability to apply a logo |
|---|
|
|
Summary: Users can now add a unique logo per transaction or document,
through a SelectAndGenerate or Generate call, respectively. This is accomplished
through a new Logo ancillary output option. See Technical Notes below for
code samples. For Ancillary Output Logos, note the following considerations:
When using custom logos: Custom logos where the logo image is passed in the transaction, using one of the xpaths below, will continue to be honored. The Ancillary Logo will be ignored for documents using the transaction logo:
Custom logos where the logo image is within the custom content (embedded in the REQ), will print both the Ancillary logo and the logo embedded in the REQ. Users can adjust for this by using the Generate API and specify which documents the Ancillary logo should be applied to, or, remove the custom logo from custom content. |
Technical Notes: Sample code below for an ancillary
logo: |
| Implementation Notes: This feature is available in the 2019 Release Two (2) of the Expere Engine. |