Synergy CSP 2025 R2 SP17 Release Notes
1. Improvements
188049 – To be used in external login methods in Synergy; Auto-Redirect support has been added, which enables automatic redirection to the relevant authentication service without waiting for any action from the user when the login screen is opened.
When the newly added auto-redirect:true is set to auto-redirect:true for the relevant provider under AdditionalLoginMethods in the system, it is redirected directly to the authentication address of the provider without showing the login screen.
After the user's Logout process, this behavior is temporarily disabled and the login screen is displayed; When the user successfully logs in again, the automatic redirection becomes active again.
Automatic forwarding is not implemented in the following cases to prevent infinite forwarding and unwanted logins
- First login after logout
- Logins made with Login As and Power of Attorney (Delegate)
- Shared Link scenarios
- Logins via mobile app
This enhancement provides a faster and more seamless login experience for users with registered authentication credentials.
180631 – Export/import functions have been reactivated for DataSource, Form and Flow components in the project.
It is possible to transfer between environments or projects with the same version as the development.
Overwriting existing files and adding new components via folder are supported.
> Warning and error messages that occur during import operations can be viewed and downloaded in markdown format.
186263 – Label feature has been added to all chart objects used in forms. When the label is activated, the data shown on the chart is displayed as a label and the label format suitable for the data type can be determined.
For chart types other than PieChart, the Overlapping Behavior feature has been added to control the display behavior in case of overlapping data.
189158 – The value of Tenant.Custom.Properties.header.text, which is used to customize the product title, in the upper left of the web interface, is also valid for the IDE interface.
189015 – Due to the dynamic creation of rows in the DataGrid component for performance purposes, row-based styling and coloring operations were not working in the onCellPrepared event.
To meet this need, the onRowPrepared event has been added, which runs after the row DOM is fully created and allows for row-based style customization.
> Style customizations must be made through this event.
188711 – The contents of the messages displayed in the IDE when the project is locked (publishing phase, import, a different process is being performed) have been made more descriptive.
188044 – Made the form/flow/datasource import process in the project work only for files that are not open in the designer.
2. Bug Fixes
186610 – Fixed a server error in the CreateMaskedDocument endpoint* in the ServiceAPI.
186847 – In case the Identifier Number field used for user authentication in login or document signing processes with electronic signature is empty or not defined, a meaningful information message directing the user is displayed instead of a system error.
182562 – Boolean columns that have not been selected as values before in Datagrid are prevented from coming as false.
188339 – The YARP limit has been changed to unlimited by making the necessary arrangements so that the MaxRequestBodySize* value, which controls the size of the form content and can be increased on the project, is not limited on YARP.
187040 – Fixed a bug that caused the same process to be triggered multiple times due to automatic resending of Save and SaveAndContinue requests after 502 / 5xx errors during flow advancement.
In this context, the retry mechanism was limited to only 404 cases in the relevant endpoints.
187137 – Fixed the issue where the variable value passed from the menu to the stream as a parameter was not read correctly.
188389 – Blocked boolean columns that have not been selected as false in Datagrid.
188011 – Save mode: The problem of not adding lines to the datagrid with Row Change with server side code has been fixed.
188530 – An error in accessing the signature certificate that occurred during the approval process with mobile signature in the flow has been fixed.
188486 – Fixed a bug that caused previously selected records to not appear selected in the selection list when the cache settings feature was enabled in the Datagrid selection form.
188458 – Fixed a timeout error caused by communication interruption between studio and document service when opening a project in IDE.
In case the akka framework actors that provide communication fell into quarantine, an interruption occurred, as a solution, the pods are automatically restarted in such cases.
188852 – Fixed an empty list error that occurred when all form fields selected for indexing were cleared from the selection list in the form index mode in the IDE.
189046 – Fixed an issue that caused processes that were re-advanced after rollback in parallel flows to hang in the VE operator.
After the rollback, the parallel flow end was evaluated correctly and the flow was continued.
189147 – Fixed the issue where the Download All button was also inactive when the file attachment feature was disabled in the RelatedDocuments object in the form.
188212 – The error that occurred after triggering the schedule task in HR transfer has been fixed.
188654 – Fixed a bug that caused the Undo Changes process to be started by another user in a project that is still being deployed and the interface to remain in the loading state.
When the project is locked, the Undo Changes process is now blocked and a warning message is shown to the user.
Likewise, the initiation of parallel processes in the project is prevented while Undo Changes are in progress.