Digest 9.6

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


New Features

yuuvis® RAD core-service

  • The audit entries are showing a helpful name of the system user instead of a cryptic one. (internal: TUK-2597)
  • All REST endpoints that are changing dms objects are extended with an intent parameter as well as with more documentation about audit entries. (internal: TUK-2791)

yuuvis® RAD Services

  • The signing service offers an endpoint that supports canceling a running signing process on the signing platform. (internal: TUK-2496)
  • The signing service is DocuSign certified for productive usage. (internal: TUK-2530)
  • The signing service checks whether the required abstract object type 'yuvsigning' exists within the schema. If the object type does not exist the signing service will not search for objects that are in the signing process within a single polling cycle. (internal: TUK-2737)
  • The signing service always offers DocuSign anchors for the position of name, date, and sign for each signer:
    • If a user is requesting signatures for a Word file, controls are placed with the strings #anchor_date1#, #anchor_name1#, and #anchor_sign1# for the first signer.
    • The date, name and signature are placed here when the user is signing the document. This works for all other signers as well.
    • If no anchors are used, date and name are not placed and the sign control can be placed individually by the user. (internal: TUK-2890)
      Documentation: Support of DocuSign’s anchors: Position of date, sign, and name

yuuvis® RAD designer

  • For table properties, it is possible to configure a column and the order for the default sorting in forms. (internal: ERA-9272)

yuuvis® RAD client

  • A green signing icon in the header of the object details indicates that the document file is signed and a gray icon that the signing is in process. A tooltip shows the meaning of these status icons. (internal: TUK-2500)
  • Users can cancel a running signing process for a document. (internal: TUK-2497)
    Additionally, the Canceled by and Reason properties are shown in the Signatures aspect. (internal: TUK-2772)
  • Signatures can be requested for documents in Microsoft Office format. The file is rendered by DocuSign to PDF and then handled in the same way. The signing service is writing the rendition back with the former name extended with '.pdf'. (internal: TUK-2780)
  • The signing-relevant audit entries can be localized. (internal: TUK-2596)
  • The client supports Finish, Swedish, Norwegian, Danish, Indonesian, and Malaysian data formats. (internal: TUK-2643)
  • It is possible to display the Recycle bin view for users in yuuvis® RAD client. Objects can be restored, or permanently deleted, or the document file downloaded. The object details are showing the aspects Summary, History, and Content. (internal: TUK-1831)
  • The sorting of a form table is initially offered as configured in the designer and will be saved after a change. (internal: TUK-2479)
  • In the folder view, the last 100 recently edited objects are shown in the list (instead of 10 only) (internal: TUK-2721)
  • A given Folder is shown in the object details summary and it can be opened from there. (internal: TUK-2829)
  • This feature had to be removed due to side effects: In the search dialog, it is possible to use more than one term for single string fields operated with OR. (internal: TUK-2869)

DEVOP Documentation

  • Since version 9.4 as well as with the 8.16 LTS hotfixes released in May 2023 it is possible to configure CORS-relevant parameters for the gateway service. The documentation for this is now available on the developer portal:
    CORS Configuration for the Gateway Service

Breaking Changes 9.6

  • The abstract object type for the signing feature has been changed. Please, update the abstract object type as given in the updated template project that is available in this documentation:
    General Configurations for Signing
  • yuuvis® RAD client: Accepted tasks are shown in normal characters and unaccepted tasks in bold characters. (internal: TUK-2397)