Class DBC.ErpConnectionFields
Fields for ErpConnection, One connection to an ERP connector, specifying Client and other required information
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ErpConnectionFields : Object
Fields
Active
ErpConnection.Active: Is this connection currently active
Declaration
public const string Active = "Active"
Field Value
Type | Description |
---|---|
String |
AllAccess
ErpConnection.AllAccess: Is this connection accessible to everyone? If not, then the ErpConnectionAccess table tells us who can access it
Declaration
public const string AllAccess = "AllAccess"
Field Value
Type | Description |
---|---|
String |
ConnectionId
ErpConnection.ConnectionId: The GUID that uniquely identifies this connection; passed to the Connector in every call
Declaration
public const string ConnectionId = "ConnectionId"
Field Value
Type | Description |
---|---|
String |
Deleted
ErpConnection.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
ErpConnection.DisplayDescription: Tooltip/description shown to user; multi-language support
Declaration
public const string DisplayDescription = "DisplayDescription"
Field Value
Type | Description |
---|---|
String |
DisplayName
ErpConnection.DisplayName: Connection name shown to user; multi-language support
Declaration
public const string DisplayName = "DisplayName"
Field Value
Type | Description |
---|---|
String |
ErpConnectionId
ErpConnection.ErpConnectionId: Primary key
Declaration
public const string ErpConnectionId = "erpconnection_id"
Field Value
Type | Description |
---|---|
String |
ErpConnectorId
ErpConnection.ErpConnectorId: The connector that this connection should call
Declaration
public const string ErpConnectorId = "ErpConnectorId"
Field Value
Type | Description |
---|---|
String |
MostRecentTimestamp
ErpConnection.MostRecentTimestamp: Datetime, transaction number or other identification of the point in time of the most-recently seen actor in the ERP system
Declaration
public const string MostRecentTimestamp = "MostRecentTimestamp"
Field Value
Type | Description |
---|---|
String |
Registered
ErpConnection.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ErpConnection.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
ErpConnection.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ErpConnection.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ErpConnection.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |