Release 7.21.05

ALL MODULES

Various improvements

  • We've upgraded all modules to .NET Framework 4.5.

COMMON

Bugfixes

  • Adding a new external app could cause an issue, this has been resolved

Various improvements

  • When having multiple LDAP paths and one of them returns an exception, the procedure will continue with the next one instead of stopping

FORMS

Submit a form to an URL instead of to the workflow

You now have to option to submit a form to an URL. This will post the values of the submitted form using the users browser to the URL you've defined in the form settings. The HTTP form collection will have two entries, "data" and "sender". The "data" will contain an JSON representation of the submitted form and the "sender" will contain the URL where the submitted form came from.

This can be used in combination with SSP Studio to do custom actions with a submitted form

SERVICE CATALOG

Various improvements

  • Added the possibility to update the template of a service using the API

  • Updated the frontend so it's better customizable via CSS

  • You can now customize the service detail per template

WORKFLOW

Bugfixes

  • Included the process instance id in the "See Request" button on a process instance detail, so the process instance variable references can be resolved

Various improvements

  • Added the process instance unique reference (guid) as replacement option

Last updated