7.18.0682

Navigation:  7.18 >

7.18.0682

Previous pageReturn to chapter overviewNext page

Released on October 21, 2019

Change: 'Has_Reference_In_Boq' always brings messages when attempting to remove rows

When the field 'Has_Reference_in_Boq' contains value 1 and one attempts to remove the line, a message is now always brought to warn that the operation could possibly break the BOQ logic.

Previously, this flag was taken into account only in estimates having a BOQ tab. Now, we have partners who handle external BOQs such as 'VecteurPlus' and 'Spigao', we also take into account this flag in estimates without internal BOQs.

New: Can select which mapping fields are displayed as default in the estimate convertor

When you provide following text inside a comment in the fields manager (either WBS or minutes), only these fields will be displayed in the mapping windows of the converter.

clip0371

Of course, you can still check to box to see all fields.

New: Extended the user API with functions that can read and write task comment rows

The new Qdv.UserApi.ITask.SetCommentRows and Qdv.UserApi.ITask.GetCommentRows methods were added. They allow read and write complete info about so called comment rows in a task, including the formatting of the Description column.

For example, let’s have the following task A.1:

clip0369

With a macro, you can change it to something like this:

clip0370