===== Version 3.1.145 (5.2.18) ===== ==== DB Adapter ==== The existing flag MsSqlReadPast can now be used as a variable of type string so that you can define a custom lock parameter. If you set the Boolean variable to true, then "WITH(READPAST)" is appended to the SELECT. If you define the variable of type string and set MsSqlReadPast = "WITH(NOLOCK)", then you get "SELECT ... WITH(NOLOCK)". ==== Encryption of sensitive data ==== The UI now shows whether a value is encrypted (icon used: combination lock) or just hidden (icon used: simple lock) (s. [[en:ueberblick:installation:konfiguration:crypt|]]). ==== eBiss Help as Service ==== To install and start the help as a service, use the eBiss.CommandClient, see: [[en:ueberblick:installation:konfiguration:ebisshelp#running_help_on_the_server|Running Help on the Server]]. ==== List selection dialogue improved ==== List selection dialogs that are shown after selecting a file or a folder, no longer react with an immediate selection of the preselected element when pressing the Enter key from the previous dialog. ==== Saving changes in the ReportDesigner ==== The native buttons for saving changes have been removed from the editor itself. Saving is now only possible with the regular Save button at the top of the window. ==== Search added to Type Editor ==== The type definition inside the Type Editor (tree view located in the first tab) can now be searched. The search is accessible by pressing Ctrl+F or via the corresponding menu item in the debugging menu. ==== Type generation improved ==== The type generation in the mapping and type editors has been further improved in regards to resolving type collisions. ==== RemoveMessages ==== New option 'Not in message box' for job step [[en:prozessdefinition:jobs:jobsteps:allgemein:removemessages|]] available. ==== GetRootDocument ==== The function [[en:transformation:mappings:funktionen:abfragefunktionen:get:getrootdocument|]] can now be used in an [[en:prozessdefinition:jobs:jobsteps:allgemein:entityifcase|]].