Class DBC.QuoteConnectionFields
Fields for QuoteConnection, Primary key in the CRM database. Definition of a connection to an external system, for the Quote system.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class QuoteConnectionFields : Object
Fields
AllAccess
QuoteConnection.AllAccess: Is this connection accessible to everyone? If not, then the QuoteConnectionAccess table tells us who can access it
Declaration
public const string AllAccess = "AllAccess"
Field Value
Type | Description |
---|---|
String |
ConnectorName
QuoteConnection.ConnectorName: Programmatic name of the Connector plugin that implements this kind of connection
Declaration
public const string ConnectorName = "ConnectorName"
Field Value
Type | Description |
---|---|
String |
Deleted
QuoteConnection.Deleted: If set, then this is a row that has been 'deleted'; we do not physically delete rows to avoid disaster
Declaration
public const string Deleted = "Deleted"
Field Value
Type | Description |
---|---|
String |
DisplayDescription
QuoteConnection.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 const string DisplayDescription = "DisplayDescription"
Field Value
Type | Description |
---|---|
String |
DisplayName
QuoteConnection.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 const string DisplayName = "DisplayName"
Field Value
Type | Description |
---|---|
String |
ErpConnectionId
QuoteConnection.ErpConnectionId: The ERP Connection that this Quote connection is an extension of
Declaration
public const string ErpConnectionId = "ErpConnectionId"
Field Value
Type | Description |
---|---|
String |
ERPName
QuoteConnection.ERPName: Name of the ERP system (programmatic).
Declaration
public const string ERPName = "ERPName"
Field Value
Type | Description |
---|---|
String |
ExtraData
QuoteConnection.ExtraData: Optional extra data, in XML format, for configuring the connector. Connector-specific!
Declaration
public const string ExtraData = "ExtraData"
Field Value
Type | Description |
---|---|
String |
QuoteConnectionId
QuoteConnection.QuoteConnectionId: Primary key
Declaration
public const string QuoteConnectionId = "quoteconnection_id"
Field Value
Type | Description |
---|---|
String |
Rank
QuoteConnection.Rank: Rank order
Declaration
public const string Rank = "Rank"
Field Value
Type | Description |
---|---|
String |
Registered
QuoteConnection.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
QuoteConnection.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
QuoteConnection.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
QuoteConnection.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
QuoteConnection.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |