===== Version 3.5.240 (10.3.21) ===== ==== New mapping function SplitToArray ==== New mapping function [[en:transformation:mappings:funktionen:string:splittoarray|]]. ==== Detail View in eBiss.WinClient ==== Changes in the detail view, e.g. at partners, at LookupValues, were not shown immediately in Grid, this bug is fixed. Also the partial missing refresh when editing multiple items is fixed. ==== MS-SQL Server Connection String ==== When connecting to the MS-SQL Server, e.g. in [[en:prozessdefinition:jobs:jobsteps:allgemein:entitymessagearchiver|]] JobStep, the user and password can now also be specified with the parameters **User=** or **User ID=** and **Password=** respectively. For historical reasons, the parameters previously had to be **uid=** or **pwd=**. With the current extension it is also possible to use the usual notation for MS-SQL Server connection string. ==== Json Reader ==== Json Reader bug fixes: * Ignoring a semicolon at the end of the Json file, * Bug fixing when reading the first element. ==== EntityMessageArchiver, bug fix for non-existent attachments ==== The [[en:prozessdefinition:jobs:jobsteps:allgemein:entitymessagearchiver|]] ran into an error when there was no file for the attachment. However, if the attachment has a file length of zero, then the absence of the file is allowed and is now not reported as an error. ==== Extension from EntityMessageArchiver ==== The [[en:prozessdefinition:jobs:jobsteps:allgemein:entitymessagearchiver|]] has been extended to archive the columns: * MaintFollowUp and * MaintComment extended. The matching tables are located under: * .\Tools\CreateMessageArchiveDB.MsSqlServer.sql and * .\Tools\CreateMessageArchiveDB.MariaDB.sql. if the tables already exist in your system, then the above columns must be added to the message table in the database.