Class DBC.ErpConnectorFields
Fields for ErpConnector, One ERP Connector, known by its URL
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ErpConnectorFields
Fields
ConfigXml
ErpConnector.ConfigXml: Zero or more XML fragments to be added to the .config file, to specify any needed overrides for WCF
Declaration
public const string ConfigXml = "ConfigXml"
Field Value
Type | Description |
---|---|
String |
Deleted
ErpConnector.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 |
DisplayName
ErpConnector.DisplayName: Name shown in the list
Declaration
public const string DisplayName = "DisplayName"
Field Value
Type | Description |
---|---|
String |
ErpConnectorId
ErpConnector.ErpConnectorId: Primary key
Declaration
public const string ErpConnectorId = "erpconnector_id"
Field Value
Type | Description |
---|---|
String |
Registered
ErpConnector.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ErpConnector.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
ErpConnector.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ErpConnector.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ErpConnector.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
URL
ErpConnector.URL: The URL where the connector is located and can be called
Declaration
public const string URL = "URL"
Field Value
Type | Description |
---|---|
String |