07 April 2017

1. Core

1.1. Category Top Panel

1.1.1. Editable in Compact Mode

With this release, default category top panel will support edit in compact mode also. Edit icon will show, if at least one field is editable. Since, default category top panel form does not have any editable field and it will be non editable. This behavior can be overridden by either making a field editable or using a separate editable top panel form. Further details on configurations can be found in Admin Guide.

1.1.2. Built in Handler

Top Panel Referece Document built in handler is made more configurable. It is now possible to configure Document type, policy, file format and relationship which will be used in refernce document handler. The Admin Guide contains details of the configurations.

2. Structure Browser

2.1. Miscellaneous Settings

New configuration to have content of a cell selected in edit mode.This can either be done globally via init-param or over ridden by page config parameter:

<init-param>
    <param-name>tvc.structurebrowser.inCellEdit.selectAllContent</param-name>
    <param-value>true</param-value>
</init-param>
<Parameter name="editSelectAllContent" value="true" />

2.2. Structure Browser Forms

2.2.1. Auto-Close SidePanel Form

New configuration to auto-close the form in side-panel mode after successful creation or modification of a part. The default value for this setting is false.

<CloseOnDone>true</CloseOnDone>

3. Collaboration

3.1. Collaboration Panel Host based visibility

Collaboration Panel can be used in variety of mode. ex: standalone, embedded, cross-domain. When using Helium in embedded mode, there could be double side panels. To avoid such situation and also to control which mode Collaboration Panel is enabled, host based new configurations are introduced.

3.2. Collaboration autocomplete not to cache result

New configuration 'tvc.collaboration.autocomplete.clear.client.cache' introduced to fetch autocomplete result always from server.

3.3. Collaboration Refactoring

Classic Collaboration is refactored to support same behaviour and JavaScript APIs in Helium Collaboration.

3.4. Improved performance for advanced filters

Performance has been increased for Exalead queries when using advanced filters

4. Graphic Reporting

4.1. Workflow

4.2. Dashboard Help

It is now possible to configure if help should be displayed on the dashboard.

Name Description Example

showHelpIcon

Controls if the help icon should be displayed on the dashboard or not. By default, it is false.

true / false

    <URL action="dashboard">
        ...
        <Param name="showHelpIcon" value="false" />
    </URL>

5. Mobile

5.1. New Offline features

  • Custom table filters support for "showRelated"

  • Append type specific table filters with custom filters for "showRelated"

  • Avoid type specific table filters when there is no custom filters for "showRelated"

  • Append type specific table filters with custom filters for "listAll"

  • Avoid type specific table filters when there is no custom filters for "listAll"