1. d.velop process studio - New features in March 2025

d.velop process studio - New features in March 2025

Releases & Updates, release notes·March 27, 2025

This version includes a number of accessibility optimizations. These changes meet the requirements for accessible form design. We would also like to introduce you to the following new features.

Find form ID in a search

Sometimes a d.velop form used in a process task is no longer available. If the form is no longer available, only the ID of the original form is displayed:

init_DE.png

In this case, you can use the form ID to search for this form. The results list is now filtered for the form with the respective ID.

Liste_EN.png

Where can I find the form ID in a form?

Find the form ID in the form details in form editor.

Details_EN.png

Collaboration view in form editor

In the form editor, you can see which users have currently opened this form and thus can make changes. This way, the users working on a form can coordinate their efforts before changes are unintentionally overwritten. The previous saving behavior when opening a form, e.g. by two users, has not been changed.

Collab_EN.png

Init function using the window object

d.velop process studio bietet nun eine formInit-Funktion am window-Objekt an. Diese Funktion wird parallel zum dv-initialized-Event verarbeitet. Einen Einfluss auf bestehende Logiken basierend auf dem dv-initialized-Event wird es nicht geben. Bei Verwendung beider Varianten wird die Logik des dv-initialized-Event zuerst ausgeführt. Wenn die formInit-Funktion verwendet wird, werden die DMS-Eigenschaften und Prozessvariablen geladen wurden und das Zeichnen des Formulars abgeschlossen ist. 

Bei allen neu erstellten Formularen und Bestandsformularen ohne Inhalt im Javascript wird der auskommentierte Aufruf (siehe Screenhot) eingefügt.

init_EN.png

 

New header components for forms

With the new header components in the layout area, you can configure an area, for example, to display the business content and the current process step. In addition to this information, you can use a personalized background. By default, the background shown in the screenshot is used. You can replace the background with your own background, for example, using a URL reference or by uploading your own file.

Header.png

The configuration of the header component requires you to customize the Title and Subtitle fields using HTML style attributes.

Header_Style.png

Back