7.21.0841

Navigation:  7.21 (QDV 2021) >

7.21.0841

Previous pageReturn to chapter overviewNext page

Released on January 31, 2021

New: Can populate a free WBS column in a very fast way from the API

A new function in the API let you push values to a free WBS column in just a few milliseconds. You just have to provide the function with a dictionary(of string, object) containing the Hex identifiers of the tasks and the values to be pushed.

 

SetAllFieldsValuesToFreeColumn(ColumnName As String, HexIndexesWithValues As Dictionary(Of String, Object), EmptyMissing As Boolean, WriteToBranches As Boolean, WriteToTotals As Boolean)

 

You can tell (EmptyMissing parameter) whether you want to overwrite tasks which are not provided in the dictionary. For the branches, you can decide where you want to write (top, bottom or both).