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

In This Topic
    AddCustomer Method
    In This Topic
    Adds a new customer to the parts database.
    Syntax
    public MDAddress AddCustomer( 
       string shortName
    )
    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