IEstimate.WriteToManagementDatabase Method

Synchronizes the estimate with management databases (basic management or ProMo+). Writes values only.
Sub WriteToManagementDatabase( _ 
Optional ByRef GlobalVariablesInError As List(Of String) = Nothing _ 
)
This language is not supported or no code example is available.
void WriteToManagementDatabase( 
ref List<string> GlobalVariablesInError = Nothing 
)
This language is not supported or no code example is available.

Parameters

GlobalVariablesInError
List<string>

If set to a non null value, it returns the list of error global variables.

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