Highlight Features MAKERS CHOICE 26-04
Test agent to generate OPA5 tests
We have improved and released our AI-Agent-powered test generation in Simplifier! With the new recording overlay, you can now record multiple journeys sequentially and add comments and context used by our Test agent to create better tests and assertions.
Empower your business users & testers and free up your experts for high-value tasks with up to 90% faster test creation! (Read more)
New AI subscription with the Simplifier Value Flatrate
A common challenge with AI adoption is cost control. Many solutions rely on usage-based pricing, which can become difficult to predict as adoption grows. With the Simplifier Value Flatrate, our AI agents are available at a fixed monthly price. You can think of it like adding a new team member with a monthly salary, but at only around 5% of the cost.
This gives organizations predictable budgeting, avoids uncontrolled cost growth, and makes AI usage easier to scale across teams and use cases. Instead of tracking token-based pricing or worrying about fluctuating costs, companies can focus on value, productivity, and practical outcomes. (Read more)
Seamless integration into SAP Build Work Zone
With the new experimental content provider capability, Simplifier applications can now be integrated more smoothly into the SAP Build Work Zone environment. This allows organizations to provide Simplifier apps directly within their central digital workplace, improving accessibility and creating a more connected user experience across SAP-based landscapes.
A key advantage is that these apps do not need to be deployed separately to the SAP BTP runtime. That means no additional deployment effort, no delays when rolling out updates, and no extra runtime-related costs showing up on the SAP BTP bill.
For customers, this results in a much leaner operating model: easier integration, faster updates, and lower overhead when delivering applications through the SAP Build Work Zone. (Read more)
Changelog MAKERS CHOICE 26-04
MCP Server
- [AI] The Simplifier MCP Server Docker container is now also available for ARM based platforms
App Building
- [AI] The AI test agent’s recording overlay has been improved. You can now record multiple journeys sequentially and add descriptions and comments to improve test and assertion quality (Read more)
- [AI] Changes of screen item IDs are now propagated to the generated tests
- [AI] There are now games integrated in the busy dialogs while waiting for the OPA5 test generator result. A finished generation request is indicated in the dialog’s title, and the close button is enabled
- [Integration] Deactivating the input validation of Server-side Business Objects called from scripts by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Applications] Circular dependencies of data types are now supported
- [Applications] Simplifier can now be used as a content provider for the SAP BTP Workzone (experimental) (Read more)
- [Applications] The initial value for a DataWorkbench-Variable can now be up to 4 GB large
- [Applications] The default value for searching in all user stories in the Process Designer is now set to ‘All Activities and Mappings’ instead of ‘Stories’
- [Applications] VS Code Monaco Editor is now also available in Scripts, Binding Editor, Process Documentation Dialog, Widget Editor, and Library Editor. The implementation is now in the lifecycle stage ‘release’ and active on all instances by default
Workflows
- [AI] There are now games integrated in the busy dialogs while waiting for the AI Workflow Builder’s result. A finished generation request is indicated in the dialog’s title, and the close button is enabled.
Business Objects
- [Integration] CryptoJS is deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The global Business Object API objects CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_ are deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The SBO API was enhanced to cover the most used crypto functions encryptAES, decryptAES, and hashSHA256 (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from Client-side Business Objects by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Integration] When debugging server-side business objects, the execution will now be logged in the monitoring under a new monitoring action. These executions will no longer count towards the execution statistics
Connectors
- [Integration] The improved REST Response Processing feature lifecycle stage is now ‘released’ and activated by default
- [Integration] The RFC Connector Wizard now supports updating existing calls (Read more)
- [Integration] The MQTT connector now supports connections via TLS and websockets (Read more)
- [Integration] We have added a value help to the scope field in the configuration of the OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Method (Read more)
- [Integration] External references in WSDL declarations can now be enabled in the security settings (Read more)
- [Integration] The client secret of OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Methods is now obfuscated
- [Integration] The syntax highlighting is now based on the selected database type
- [Integration] Input parameters are now also automatically created in VS Code Monaco Editor
Logs and Monitoring
- [Integration] Failed Connector Calls and Business Object functions are no longer logged in the audit log, since all information logged is already present in the monitoring
- [Integration] VS Code Monaco Editor is now also available in the log details view
Settings
- [Integration] The client secret of OAuth authentication methods is now obfuscated
- [Integration] The client secret of OAutch client flow login in the SMTP settings is now obfuscated
- [Integration] The VS Code Monaco Editor is now also available in the SSO Authentication test view and the SAP Authentication (secret extraction)
System Requirement Changes MAKERS CHOICE 26-04
There are no further changes to the system requirements.
General Upgrade Instructions for MAKERS CHOICE 26-04
We have installation instructions prepared based on the versions you are upgrading from:
- Upgrade from MAKERS CHOICE 26-02 to MAKERS CHOICE 26-04
- Upgrade from LTS Release Simplifier 10 to MAKERS CHOICE 26-04
If you are setting up a new instance, please follow our installation guide for MAKERS CHOICE 26-04.
Manual Changes that should already be done before upgrading to MAKERS CHOICE 26-04
Removed Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
We removed the parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects. You need to adapt your Applications and Business-Objects if you are using that option, to avoid unforeseen behavior of your Applications
Deprecated since MAKERS CHOICE 25-07
Manual Changes after upgrading to MAKERS CHOICE 26-04
Refresh License
Refresh the license on your instances to make sure it is up to date (Read more).
Update Standard Content
Update Standard Content to ensure you have all current fixes and features available on your instances. (Download here)
Please check the endpoint of AppWizard Connector, Standard Workflow Connectors, Login, and Captcha Connector (Read more).
Manual Changes after upgrading all instances to MAKERS CHOICE 26-04
Check the deprecated features
Please review all deprecated features and implement any necessary adaptations. (Read more)
Deprecated Features MAKERS CHOICE 26-04
[Integration] Support of CryptoJS in Server-side Business Objects
The active development of CryptoJS ended a while ago. For security reasons, the CryptoJS integration will be removed from Simplifier.
For server-side business objects, there will be no direct replacement. We provide replacements within the Simplifier SBO API for selected CryptoJS APIs instead, starting with AES encryption and SHA256 hashing. On-premise customers with use-cases not covered by these should contact us (for Simplifier-hosted customers, we will check CryptoJS usage automatically).
If you need client-side crypto functionality, we recommend using the available JS Web Crypto API.
You can already deactivate CryptoJS in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[Integration] Global API objects (capital letters) in Server-side Business Objects functions
Currently, you can still use the redundant and outdated global Business Object API with the prefixes CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_. Their usage is deprecated and will be removed in the future. Use the Simplifier SBO API instead.
You can already deactivate the global objects in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[System requirements] Support of Oracle for Simplifier databases
Oracle support for your Simplifier instances has been deprecated and will be removed in a future release.
Deprecated since Simplifier 8 EHP 4; End of support with a MAKERS CHOICE Release after Simplifier 11. Latest end of Support with Simplifier 12
[Integration] Result type in SQL Connector endpoints
Currently, you can set a result type in SQL Connectors. As the result types are call-specific and not connector-specific, we will remove this field in a later version
Deprecated since MAKERS CHOICE 25-12; Removal tbd
[Integration] Client 1.0 API route to access Proxy-Connector
Our new Proxy Connector will be accessible via the Client 2.0 route (Read more). Starting with MAKERS CHOICE 25-10/Simplifier 10, all old Proxy Connectors are migrated to the new one. Until Simplifier 11, the Client 1.0 route is still available. If you use it in Scripts, Client-side Business Objects, or REST-Connectors, please change it to the Client 2.0 route to keep accessing your Proxy Connectors.
Deprecated since MAKERS CHOICE 25-08; Removal with a MAKERS CHOICE Release until Simplifier 11/Removal with Simplifier 11
[Integration] Javascript execution in PDFs created by PDF Plugin
Currently, it is possible to add Javascript to PDFs created by PDF Plugin. This is a potential risk for Server Side XSS (PDF Injection) and Server Side Request Forgery (SSRF). The option to add Javascript to PDFs in PDF Plugin is now deactivated but can be activated at its own risk. The activation is subject to be removed in later Releases.
Deprecated since Simplifier 8 EHP 3; Removal tbd
[Integration] Removed setting to activate deprecated Connector API
The settings to activate deprecated Connector API will be removed with Simplifier 10 LTS. Please make sure you do not use the deprecated Connector API anymore.
Deprecated since Simplifier 8 EHP 4; Removal tbd
[Integration] Captcha Plugin
Our Captcha Plugin won’t be updated anymore and was removed from the plugin list in our default installation/upgrade guides.
See our Knowledge Base article on ‘How to use Google reCAPTCHA v3 Essentials‘ for an alternative solution.
Deprecated since MAKERS CHOICE 25-01; Removed from installation guide with MAKERS CHOICE 25-10; Final removal with Simplifier 11
Removed Features MAKERS CHOICE 26-04
[Integration] Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
When calling Server-Side Business Objects within Scripts or Client-Side Business Objects, the developer was able to deactivate the input validation by setting the API’s parameter ‘parametrized’ to false. This parameter is now deprecated. You can already deactivate the parameter in the Feature Settings.
Deprecated since MAKERS CHOICE 25-07

Release Date: April 8, 2026
End of Maintenance: June 3, 2026
All Simplifier releases and updates are provided on Docker Hub Repository.
- Highlights
-
Highlight Features MAKERS CHOICE 26-04
Test agent to generate OPA5 tests
We have improved and released our AI-Agent-powered test generation in Simplifier! With the new recording overlay, you can now record multiple journeys sequentially and add comments and context used by our Test agent to create better tests and assertions.
Empower your business users & testers and free up your experts for high-value tasks with up to 90% faster test creation! (Read more)
New AI subscription with the Simplifier Value Flatrate
A common challenge with AI adoption is cost control. Many solutions rely on usage-based pricing, which can become difficult to predict as adoption grows. With the Simplifier Value Flatrate, our AI agents are available at a fixed monthly price. You can think of it like adding a new team member with a monthly salary, but at only around 5% of the cost.
This gives organizations predictable budgeting, avoids uncontrolled cost growth, and makes AI usage easier to scale across teams and use cases. Instead of tracking token-based pricing or worrying about fluctuating costs, companies can focus on value, productivity, and practical outcomes. (Read more)
Seamless integration into SAP Build Work Zone
With the new experimental content provider capability, Simplifier applications can now be integrated more smoothly into the SAP Build Work Zone environment. This allows organizations to provide Simplifier apps directly within their central digital workplace, improving accessibility and creating a more connected user experience across SAP-based landscapes.
A key advantage is that these apps do not need to be deployed separately to the SAP BTP runtime. That means no additional deployment effort, no delays when rolling out updates, and no extra runtime-related costs showing up on the SAP BTP bill.
For customers, this results in a much leaner operating model: easier integration, faster updates, and lower overhead when delivering applications through the SAP Build Work Zone. (Read more)
- Changelog
-
Changelog MAKERS CHOICE 26-04
MCP Server
- [AI] The Simplifier MCP Server Docker container is now also available for ARM based platforms
App Building
- [AI] The AI test agent’s recording overlay has been improved. You can now record multiple journeys sequentially and add descriptions and comments to improve test and assertion quality (Read more)
- [AI] Changes of screen item IDs are now propagated to the generated tests
- [AI] There are now games integrated in the busy dialogs while waiting for the OPA5 test generator result. A finished generation request is indicated in the dialog’s title, and the close button is enabled
- [Integration] Deactivating the input validation of Server-side Business Objects called from scripts by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Applications] Circular dependencies of data types are now supported
- [Applications] Simplifier can now be used as a content provider for the SAP BTP Workzone (experimental) (Read more)
- [Applications] The initial value for a DataWorkbench-Variable can now be up to 4 GB large
- [Applications] The default value for searching in all user stories in the Process Designer is now set to ‘All Activities and Mappings’ instead of ‘Stories’
- [Applications] VS Code Monaco Editor is now also available in Scripts, Binding Editor, Process Documentation Dialog, Widget Editor, and Library Editor. The implementation is now in the lifecycle stage ‘release’ and active on all instances by default
Workflows
- [AI] There are now games integrated in the busy dialogs while waiting for the AI Workflow Builder’s result. A finished generation request is indicated in the dialog’s title, and the close button is enabled.
Business Objects
- [Integration] CryptoJS is deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The global Business Object API objects CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_ are deprecated and can be deactivated in the Feature settings (Read more)
- [Integration] The SBO API was enhanced to cover the most used crypto functions encryptAES, decryptAES, and hashSHA256 (Read more)
- [Integration] Deactivating the input validation of Server-side Business Objects called from Client-side Business Objects by setting the API’s parameter ‘parametrized’ to false has been removed (Read more)
- [Integration] When debugging server-side business objects, the execution will now be logged in the monitoring under a new monitoring action. These executions will no longer count towards the execution statistics
Connectors
- [Integration] The improved REST Response Processing feature lifecycle stage is now ‘released’ and activated by default
- [Integration] The RFC Connector Wizard now supports updating existing calls (Read more)
- [Integration] The MQTT connector now supports connections via TLS and websockets (Read more)
- [Integration] We have added a value help to the scope field in the configuration of the OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Method (Read more)
- [Integration] External references in WSDL declarations can now be enabled in the security settings (Read more)
- [Integration] The client secret of OAuth 2 (Microsoft EntraID / OAuth Client Credentials Flow) Login Methods is now obfuscated
- [Integration] The syntax highlighting is now based on the selected database type
- [Integration] Input parameters are now also automatically created in VS Code Monaco Editor
Logs and Monitoring
- [Integration] Failed Connector Calls and Business Object functions are no longer logged in the audit log, since all information logged is already present in the monitoring
- [Integration] VS Code Monaco Editor is now also available in the log details view
Settings
- [Integration] The client secret of OAuth authentication methods is now obfuscated
- [Integration] The client secret of OAutch client flow login in the SMTP settings is now obfuscated
- [Integration] The VS Code Monaco Editor is now also available in the SSO Authentication test view and the SAP Authentication (secret extraction)
- Migration Notes
-
System Requirement Changes MAKERS CHOICE 26-04
There are no further changes to the system requirements.
General Upgrade Instructions for MAKERS CHOICE 26-04
We have installation instructions prepared based on the versions you are upgrading from:
- Upgrade from MAKERS CHOICE 26-02 to MAKERS CHOICE 26-04
- Upgrade from LTS Release Simplifier 10 to MAKERS CHOICE 26-04
If you are setting up a new instance, please follow our installation guide for MAKERS CHOICE 26-04.
Manual Changes that should already be done before upgrading to MAKERS CHOICE 26-04
Removed Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
We removed the parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects. You need to adapt your Applications and Business-Objects if you are using that option, to avoid unforeseen behavior of your Applications
Deprecated since MAKERS CHOICE 25-07
Manual Changes after upgrading to MAKERS CHOICE 26-04
Refresh License
Refresh the license on your instances to make sure it is up to date (Read more).
Update Standard Content
Update Standard Content to ensure you have all current fixes and features available on your instances. (Download here)
Please check the endpoint of AppWizard Connector, Standard Workflow Connectors, Login, and Captcha Connector (Read more).
Manual Changes after upgrading all instances to MAKERS CHOICE 26-04
Check the deprecated features
Please review all deprecated features and implement any necessary adaptations. (Read more)
- Discontinued
-
Deprecated Features MAKERS CHOICE 26-04
[Integration] Support of CryptoJS in Server-side Business Objects
The active development of CryptoJS ended a while ago. For security reasons, the CryptoJS integration will be removed from Simplifier.
For server-side business objects, there will be no direct replacement. We provide replacements within the Simplifier SBO API for selected CryptoJS APIs instead, starting with AES encryption and SHA256 hashing. On-premise customers with use-cases not covered by these should contact us (for Simplifier-hosted customers, we will check CryptoJS usage automatically).
If you need client-side crypto functionality, we recommend using the available JS Web Crypto API.
You can already deactivate CryptoJS in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[Integration] Global API objects (capital letters) in Server-side Business Objects functions
Currently, you can still use the redundant and outdated global Business Object API with the prefixes CONNECTOR_, BUSINESSOBJECT_, PLUGIN_, LOG_, TOOLS_, and USERS_. Their usage is deprecated and will be removed in the future. Use the Simplifier SBO API instead.
You can already deactivate the global objects in the Feature Settings.
Deprecated since MAKERS CHOICE 26-04; Removal with a MAKERS CHOICE Release after Simplifier 11. Latest Removal with Simplifier 12
[System requirements] Support of Oracle for Simplifier databases
Oracle support for your Simplifier instances has been deprecated and will be removed in a future release.
Deprecated since Simplifier 8 EHP 4; End of support with a MAKERS CHOICE Release after Simplifier 11. Latest end of Support with Simplifier 12
[Integration] Result type in SQL Connector endpoints
Currently, you can set a result type in SQL Connectors. As the result types are call-specific and not connector-specific, we will remove this field in a later version
Deprecated since MAKERS CHOICE 25-12; Removal tbd
[Integration] Client 1.0 API route to access Proxy-Connector
Our new Proxy Connector will be accessible via the Client 2.0 route (Read more). Starting with MAKERS CHOICE 25-10/Simplifier 10, all old Proxy Connectors are migrated to the new one. Until Simplifier 11, the Client 1.0 route is still available. If you use it in Scripts, Client-side Business Objects, or REST-Connectors, please change it to the Client 2.0 route to keep accessing your Proxy Connectors.
Deprecated since MAKERS CHOICE 25-08; Removal with a MAKERS CHOICE Release until Simplifier 11/Removal with Simplifier 11
[Integration] Javascript execution in PDFs created by PDF Plugin
Currently, it is possible to add Javascript to PDFs created by PDF Plugin. This is a potential risk for Server Side XSS (PDF Injection) and Server Side Request Forgery (SSRF). The option to add Javascript to PDFs in PDF Plugin is now deactivated but can be activated at its own risk. The activation is subject to be removed in later Releases.
Deprecated since Simplifier 8 EHP 3; Removal tbd
[Integration] Removed setting to activate deprecated Connector API
The settings to activate deprecated Connector API will be removed with Simplifier 10 LTS. Please make sure you do not use the deprecated Connector API anymore.
Deprecated since Simplifier 8 EHP 4; Removal tbd
[Integration] Captcha Plugin
Our Captcha Plugin won’t be updated anymore and was removed from the plugin list in our default installation/upgrade guides.
See our Knowledge Base article on ‘How to use Google reCAPTCHA v3 Essentials‘ for an alternative solution.
Deprecated since MAKERS CHOICE 25-01; Removed from installation guide with MAKERS CHOICE 25-10; Final removal with Simplifier 11
Removed Features MAKERS CHOICE 26-04
[Integration] Parameter ‘parametrized’ on calling Business Objects within Scripts and Client-Side Business Objects
When calling Server-Side Business Objects within Scripts or Client-Side Business Objects, the developer was able to deactivate the input validation by setting the API’s parameter ‘parametrized’ to false. This parameter is now deprecated. You can already deactivate the parameter in the Feature Settings.
Deprecated since MAKERS CHOICE 25-07
- Release Info
-

Release Date: April 8, 2026
End of Maintenance: June 3, 2026
All Simplifier releases and updates are provided on Docker Hub Repository.













