Class QuoteConnectionInfo
A Quote Connection is set up in the SuperOffice Admin client. It collects the parameters needed to talk to a single ERP client, and gives it a name and an id.
Quote connections will be stored in the table “QuoteConnection” in the CRM database.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteConnectionInfo : Object
Constructors
QuoteConnectionInfo()
A Quote Connection is set up in the SuperOffice Admin client. It collects the parameters needed to talk to a single ERP client, and gives it a name and an id.
Quote connections will be stored in the table “QuoteConnection” in the CRM database.
Declaration
public QuoteConnectionInfo()
Fields
CRMConnectionId
Primary key in the CRM database. Definition of a connection to an external system, for the Quote system.
Declaration
public int CRMConnectionId
Field Value
Type | Description |
---|---|
Int32 |
DisplayDescription
Tooltip/description shown to user; multi-language support. Any other info available that would make an uncertain user chose the right connector. Typically, used for tooltip.
Declaration
public string DisplayDescription
Field Value
Type | Description |
---|---|
String |
DisplayName
Connection name shown to user; multi-language support. The name of the connector to display in a list so that the users can choose between them. Typically the name of the client, with maybe the ERP system in parenthesis.
Declaration
public string DisplayName
Field Value
Type | Description |
---|---|
String |
ERPClientKey
The identifier for the client in the ERP system.
Declaration
public string ERPClientKey
Field Value
Type | Description |
---|---|
String |
ERPClientName
Name of the client (company) in the ERP system
Declaration
public string ERPClientName
Field Value
Type | Description |
---|---|
String |