API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddCustomer Method
The short name of the customer will be added.

AddCustomer Method
Adds a new customer to the parts database.
Syntax
public MDAddress AddCustomer( 
   string shortName
)

Parameters

shortName
The short name of the customer will be added.
Exceptions
ExceptionDescription
If customer already exists.
Remarks
The short name has to be unique in the Customers List of the parts database.
See Also