Digest 9.12

During the development of yuuvis® RAD version 9.12, the following changes were made that are described in this documentation.

New Features

yuuvis® RAD services

  • The signing-service offers an endpoint that allows administrators to get info about the configurations for signing, including those from the DocuSign eSignature account. This endpoint can be used to check whether the configured authentication for the supported signing platform is OK. (internal: TUK-3301)
    It is possible to configure the signature types 'advanced' and 'qualified', besides the default 'simple' signing, for the DocuSign eSignature platform and the request endpoint uses them.
    For more details check the documentation: General Configurations for Signing
  • The structure-service can be configured such that the structure tree in the client can aggregate objects with the method monthhistogram (previously, only yearhistogram was available). (internal: TUK-3273)
    See an example in the developer documentation by searching for monthhistogram here: Structure Service API - Folder Structure
  • The service infrastructure is updated to Spring Boot 2.1.17 as well as most of the services. (internal: TUK-3448)

yuuvis® RAD designer

  • String fields can be included in context search and saved searches by configuration instead of form scripting. The new Autocomplete URL field can be used to configure a URL to a custom microservice that provides the autocomplete functionality. (internal: ERA-9224, TUK-19)

yuuvis® RAD client

  • It is possible to sign a document file with signature types 'advanced' and 'qualified' using the DocuSign platform. (internal: TUK-2935, TUK-3301)
  • It is possible to configure a Hit list widget and place it on a dashboard. (internal: TUK-3268)
  • The document file download selection can be fully controlled by the keyboard. (internal: TUK-3140)
  • It is possible to configure a widget 'Hitlist or hit count' and place it on a dashboard. The user can specify an object type as well as specific filters for this to get a short hitlist with a configured number of objects. Instead of the hitlist, only the resulting number of objects can be displayed. It is possible to open the complete list in the hitlist view. (internal: TUK-3003)
  • Users are supported by dynamic lists that are based on the new property Custom autocomplete of a string field. (internal: ERA-9224TUK-19)
  • The mass editing of the metadata of objects from the same type has been optimized. The object metadata form consists of tabs with grouped fields. When changing objects, the tab that had focus stays the same and does not revert to the first tab. (internal: TUK-3090)
  • The documentation can be opened by clicking on the ? symbol in the app bar. (internal: TUK-3286)
  • The footer of the dashboard can be collapsed and expanded. (internal: TUK-3368)

yuuvis® RAD agent

  • The agent keeps the session open to prevent WCF communication issues with the Outlook and Office Add-ins when the session has timed out. The gateway-service writes the expiration time into the GWSESSIONID, which is evaluated by the agent. This feature will be made available with the next hotfix for version 8.16 LTS as well. (internal: TUK-3301)

yuuvis® RAD management-studio

  • It is possible to configure that emails sent by the backend are using OAuth2 authentication for Microsoft Office 365. Background: Microsoft has deprecated the use of basic authentication. (internal: TUK-3145)
  • Running the cleanup operation for the recycle bins by forcing the deletion is possible although an object is contained in a process file (internal: TUK-3264)
  • For a configured cache, the information which media uses this cache (or that no media is using it) is shown. (internal: TUK-3420)

Breaking Changes 9.12

This version does not contain breaking changes.