7.22.1024

Navigation:  7.22 (QDV 2022) >

7.22.1024

Previous pageReturn to chapter overviewNext page

Released on December 16, 2022

Bug fix: Planner – Empty title of newly created task

If the user inserted a task in the planner, and only filled the description without changing any other value, and if there was leading and/or trailing space in the description, then the description was empty. Modifying the task could correct this situation. This is now fixed and even in creation, the control is made and the description is not empty anymore.

New: Custom_Connection extended

The Custom_Connection.dll is intended to custom your connection, at the time you attempt to open an estimate, you can decide with your own code, which profile should be opened. So far, the code in this library read the user profiles available in the estimate and returned a list of profiles. If one profile only was returned, the estimate was opened with this profile. If several profiles were returned, a window popped up and the user had to select one of the returned profiles.

If can be interesting to open an estimate under a given profile and allow the user to change the profile later, in the same session. For this purpose, when you return the list of authorized profiles from the custom_connection library, you can add <START> before the profile name. The estimate will open under the prefixed profile is it exists and the window won’t pop up at opening time. The user will be able later to select any profile being in the list, including the one prefixed.