7.19.0704

Navigation:  7.19 >

7.19.0704

Previous pageReturn to chapter overviewNext page

Released on December 9, 2019

Change: Overhead costs minute moved to separate tab

The overhead cost minute as known below:
clip0383

Has been moved to a separate tab “Hat”.
clip0384

The goal for the future is to have a tree in the left pane so that the overhead minute can be subdivided in several parts.

New: It’s now possible to group and ungroup rows from the user API (requests and macros)

The IsGroupHeader field is no longer read-only from requests and macros. So you can easily remove row groups from a request with the following code:

Minutes.[IsGroupHeader] = 0

You can do the same from macros. But there’s even easier way. There are two new methods in the IMinute interface: GroupRows and UngroupRows.