Show / Hide Table of Contents

Class DBC.ErpExternalKeyFields

Fields for ErpExternalKey, The external (ERP-facing) key related to a synchronized record / connection

Inheritance
object
DBC.ErpExternalKeyFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top