> For the complete documentation index, see [llms.txt](https://docs.smt-x.com/smtx-online-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smt-x.com/smtx-online-documentation/release-notes/release-7.21.05.md).

# 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smt-x.com/smtx-online-documentation/release-notes/release-7.21.05.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
