IWbs.RefreshValidationLists Method

Refreshes all possible entry lists in the WBS.
Sub RefreshValidationLists()
This language is not supported or no code example is available.
void RefreshValidationLists()
This language is not supported or no code example is available.
Exception type Condition

QdvApiException

A problem occurred.

Remarks
 

An entry list is what you see when you manually input a data in a WBS column having a list.

This is useful if you attempt to write directly to the WBS workbook using ITask.SetFieldValue. Because the latter emulates a manual entry, validation lists must be accurate. For example, you create Gantt tasks or Gantt groups and you want to assign them from the WBS. Before you write to the WBS using ITask.SetFieldValue, you must refresh the validation. If you don't do it, the writing function will fail and write nothing to the estimate.

Version
 
Available since QDV 7.13.477.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition