09 June 2017

1. Structure Browser

1.1. Partial Mass Update

While doing mass update if validation fails for some objects and succeed for other, it is possible to update objects for which validation was successful.

Refer Partial Mass Update Config for detailed configurations.

2. Graphic Reporting

2.1. Workflow

  • Configurable custom javascript execution in client side on task approval or rejection using triggers. Using this feature when a task is approved or rejected the content page or section of the page can be refreshed using javascript. The Admin Guide contains sample of the configurations.

  • Introducing tvc.collaboration.exalead.workflow.pagesize property to set the default page size for workflow find API.

3. File Manager

The File Manager in general included major changes in the previous TVC release 2016.3.0, due to the fact that many browsers has removed (or soon will) their support for Java applets, and due to the fact that Oracle is removing the Applet technology from future versions of Java.

3.1. Applet Free Client / Native Client - now supporting Chrome

A new version (1.1.0) of the native File Manager client has been made available for users on Windows and Mac, now extending the support from Firefox version 50 or higher to also support Chrome. This client is installed as a native application on the clients computer, and the browser uses a special plugin for integration between the ENOVIA application and this native version of the File Manager application.

Please go to https://products.technia.com to download the installer packages. You will find it below the tab "TVC" → "File Manager Native".

Future versions of the File Manager will add support for running the File Manager natively also in Microsoft Edge.

In order to support legacy browsers such as IE 9-11, we will still allow these browsers to run the File Manager as an Applet. This support will remain in the File Manager during a transition period.

4. Mobile

4.1. New Offline features

  • Caching relationship attributes and displaying based on context

  • Delete package table action support

  • Context aware navigation (Home and Back) button behaviour

  • Enhanced responsive list view layout

    • Fixed header and collapsible filters UI

    • Fixed and collapsible footer

    • Fixed table header and scrollable table content

4.2. 3DPassport Support

You can now use 3DPassport for login and logout to TVC Mobile. The following init parameter that points to the passport logout page needs to be set.

<init-param>
    <param-name>tvc.core.login.logoutPage.mobile</param-name>
    <param-value>https://3dx.vs.com:444/3dpassport/logout</param-value>
</init-param>

4.3. Security Context chooser

TVC Mobile Access now has support for setting Security Context upon login (on 3D Experience versions that supports Security Context).

The following init parameters can be used to enable the functionality

<!-- Enable setting default context -->
<init-param>
    <param-name>tvc.core.login.useSecurityContext</param-name>
    <param-value>true</param-value>
</init-param>
<!-- Enable user selection of context -->
<init-param>
    <param-name>tvc.core.login.showSecurityContextChooser</param-name>
    <param-value>true</param-value>
</init-param>