Released on November 8, 2020
When the user renamed a macro, this change was not applied.
The list of macros contains two new columns – Language and Date modified.
The admin can now protect macros with a password. This will prevent users without password from viewing and editing the source code of a password. This is important if a macro contains sensitive data, such as credentials.
Of course, a protected macro can be executed by any user.
A macro stays protected even when it is exported and imported.
When identifiers plausibly numeric such as 0001, 0002 were used in lists of overhead and used through the API function Qdv.UserApi.IAnalyticReporting.CreateNewTimeSheetAccordingToPlanner(), they were interpreted as numeric figures in the resulting data-source:
Displayed in the data source:
This is fixed now. IDs are always interpreted as texts in the data source:
By the way, we use a different method to populate such sheets. This new method should be 4 times faster.