Skip to content

1.34.5090

Release date | 2025-07-01

Always backup the Zervicepoint database before upgrading! If you experience an installation failure you must restore the database before continuing.

New features and changes

Refresh the order details modal in orders view with the shortkey Ctrl+R

You can now refresh order details using Ctrl + R, instead of clicking the Refresh button.

Refresh the data with the shortkey Ctrl+R

Copy the name of a bound variable by clicking the icon

You can now click the "Bound" icon to copy the name of the variable associated with the field.

Click the icon to copy the variable name

Fold and unfold all functions in the JavaScript editor

You can now fold and unfold all functions in JavaScript editor with the click of a button. The minus (-) button will fold/hide all functions while the plus (+) will unfold/reveal all functions. You can also use the shortkeys Ctrl+J to fold all and Ctrl+K to unfold all.

Fold/unfold all functions with the new buttons

You can now preview a service's draft version directly in AdminWeb, without needing to load the latest published release first.

Link to draft version in AdminWeb

Download your uploaded Logo and Banner

You can now download the banner and/or logo from your Zervicepoint store directly to your local machine by clicking the Download button.

Download button for logo and banner in AdminWeb

Access your email template from Send Email Activity

You can now use the new button in Send Email Activity to open the selected email template in the email template editor

Hyperlink to the selected email template AdminWeb

Create your own custom modals in the new Order modal editor

You can now customize the text and behavior of the post-order modal directly in AdminWeb. A quick usage guide is available here.

Customizable welcome messages

You can now edit the welcome message (displayed in the banner when users first enter Zervicepoint) directly in Edit Store in AdminWeb. A quick guide is available here

Solved issues

Moving fields and activities with the same name didn't allow you to save

Fixed an issue that prevented saving when swapping two activities or fields with the same name but different properties.

The identifier table in JavaScript modal didn't display the values in a correct way

Fixed an issue that caused the table to display incorrect values and added a new column showing which variable each field is bound to.

Table showing names, identifiers and bound variables of form fields in JavaScript modal

Email validation no longer accepts white space in the end or beginning

Fixed an issue where email validation allowed leading or trailing whitespace; this is now correctly flagged as invalid formatting.

OIDC Application Id was forced to be a GUID

Fixed an issue where the “GUID-only” restriction for the Application ID incorrectly applied to both AzureId and OIDC; it now applies only to AzureId.

Search function in table pages stopped working after sorting by a column

Fixed an issue that caused the search filter to stop working after sorting by a column.

Modifications

Changed description position default value and behaviour

Renamed the "Description on bottom" property to "Description above component" and set it to be disabled by default. New added fields now display their short description below the field without showing an icon on the field bar.

"Use cart" is now disabled by default in new services

When creating a new service, the "Allow shopping cart" option is now disabled (unchecked) by default.

Fixed an issue where the banner and logo in User Web were top-aligned; they now display correctly centered.