7.20.0813

Navigation:  7.20 >

7.20.0813

Previous pageReturn to chapter overviewNext page

Released on November 8, 2020

Bug fix: Renaming of a macro didn’t work

When the user renamed a macro, this change was not applied.

New: More information in the macro list

The list of macros contains two new columns – Language and Date modified.

clip0703

New: Password protection of macros: you can hide your code

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.

clip0704

Of course, a protected macro can be executed by any user.

A macro stays protected even when it is exported and imported.

Bug Fix: CreateNewTimeSheetAccordingToPlanner() altered numeric IDs in lists

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:

clip0705

Displayed in the data source:

clip0706

 

This is fixed now. IDs are always interpreted as texts in the data source:

 

clip0707

 

By the way, we use a different method to populate such sheets. This new method should be 4 times faster.