Service Release 4
The service release 4 for enaio® webclient and enaio® mobile contains bug fixes and the following new features:
Avatar Images
Administrators can now integrate user-specific avatar images instead of the User menu icon for the user menu and the note features of the details preview. The avatar images can be integrated via enaio® appconnector
.
JPG image formats are supported. The avatar images must be stored by enaio® appconnector in the following directory:
...\services\appconnector\configuration\avatar\.
Transferring Several Changes to Settings at the Same Time
It was not possible in enaio® webclient to change multiple settings at the same time before now. If a user wanted to change multiple settings, it had to be done in enaio® webclient one at a time. It may have also been necessary to restart the client several times. With this service release, users can make multiple changes to settings at the same time. In the settings dialog the Apply button is pressed and then all changed settings are applied at the same time. If necessary, enaio® webclient restarts. Changes to settings that refer to the hit list or the inbox will cause the hit list or the inbox to update.
Logon Message if CAPS Lock Is On
For security reasons, the password entered is not generally displayed when logging on to enaio® webclient. Now an error message appears if the CAPS lock key was accidentally activated when entering the password in an effort to avoid the repetition of incorrect entries.
For Our Scripters

The formHelper.showCheckinContentDialog({osid}, {showExternalTrayItems?}) method is available for checked out documents to open the Check in content modal dialog by script for the user.

The setTooltip method is available to dynamically customize tooltips for fields of objects and workflows to the context by script.

The setTitle method is provided to dynamically customize field names of objects and workflows to the context by script.

The openHitListByIds method is available for enaio® webclient to open one or more objects in the hit list from the dashlet.

The refreshHitListObjects method is available for enaio® webclient to refresh one or more objects in the hit list from the dashlet.

The formHelper.dms.getLocations method to query for all filing locations of a document provides an alternative way to return DmsDocument instances including index data instead of IDs.

The OnAddLocation, OnCreateCopy, and OnMove events return both the DmsDocument structure and the model structure of an object for the sake of consistency. Note that with versions after 10.10, the historical model structure will be discontinued and removed.