Class DBC.ErpExternalKeyFields
Fields for ErpExternalKey, The external (ERP-facing) key related to a synchronized record / connection
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ErpExternalKeyFields
Fields
ActorType
ErpExternalKey.ActorType: The actor type within the ERP system of this synchronized record
Declaration
public const string ActorType = "ActorType"
Field Value
Type | Description |
---|---|
String |
ErpConnectionId
ErpExternalKey.ErpConnectionId: Link to the Erp connection the key relates to
Declaration
public const string ErpConnectionId = "ErpConnectionId"
Field Value
Type | Description |
---|---|
String |
ErpExternalKeyId
ErpExternalKey.ErpExternalKeyId: Primary key
Declaration
public const string ErpExternalKeyId = "erpexternalkey_id"
Field Value
Type | Description |
---|---|
String |
ErpInternalKeyId
ErpExternalKey.ErpInternalKeyId: Link to the internal key and thus the original table/record in SuperOffice that is being synchronized
Declaration
public const string ErpInternalKeyId = "ErpInternalKeyId"
Field Value
Type | Description |
---|---|
String |
ErpKey
ErpExternalKey.ErpKey: The primary key from the ERP system
Declaration
public const string ErpKey = "ErpKey"
Field Value
Type | Description |
---|---|
String |
MostRecentTimestamp
ErpExternalKey.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
ErpExternalKey.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ErpExternalKey.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
ErpExternalKey.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ErpExternalKey.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ErpExternalKey.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |