IEstimateVersion.UpdateWholeEstimateFromDatabases Method

Updates all rows coming from article databases in whole estimate.
Sub UpdateWholeEstimateFromDatabases( _ 
ByVal FieldsToBeUpdated As List(Of String), _ 
Optional ByVal CheckFields As List(Of String) = Nothing, _ 
Optional ByVal RestrictToDatabases As List(Of String) = Nothing _ 
)
This language is not supported or no code example is available.
void UpdateWholeEstimateFromDatabases( 
List<string> FieldsToBeUpdated
List<string> CheckFields = Nothing, 
List<string> RestrictToDatabases = Nothing 
)
This language is not supported or no code example is available.

Parameters

FieldsToBeUpdated
List<string>

A list containing mnemonics of fields to be updated. They will be updated when they also exist in article databases.

CheckFields
List<string>

A list of fields which must be identical in database and estimate to enable the update. When omitted, only reference field is taken into account. You can add Description, Manufacturer, Family and UserDefinedField. Only those fields are supported.

RestrictToDatabases
List<string>

When omitted, rows coming from any database is updated. You can list databases which should be taken into account as they appear in DatabaseSource field of the minute.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition