Show / Hide Table of Contents

Class DBC.ErpSyncLogFields

Fields for ErpSyncLog, Record all field changes done by the Erp Sync

Inheritance
Object
DBC.ErpSyncLogFields
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 ErpSyncLogFields

Fields

CrmFieldKey

ErpSyncLog.CrmFieldKey: CRM field name/key

Declaration
public const string CrmFieldKey = "CrmFieldKey"
Field Value
Type Description
String

ErpExternalKeyId

ErpSyncLog.ErpExternalKeyId: Link to the external key, indirectly also to the connection and internal key

Declaration
public const string ErpExternalKeyId = "ErpExternalKeyId"
Field Value
Type Description
String

ErpFieldKey

ErpSyncLog.ErpFieldKey: ERP field name/key

Declaration
public const string ErpFieldKey = "ErpFieldKey"
Field Value
Type Description
String

ErpSyncLogId

ErpSyncLog.ErpSyncLogId: Primary key

Declaration
public const string ErpSyncLogId = "erpsynclog_id"
Field Value
Type Description
String

NewValue

ErpSyncLog.NewValue: The new value of the target field

Declaration
public const string NewValue = "NewValue"
Field Value
Type Description
String

OldValue

ErpSyncLog.OldValue: The old value of the target field

Declaration
public const string OldValue = "OldValue"
Field Value
Type Description
String

Registered

ErpSyncLog.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ErpSyncLog.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

TargetIsCrm

ErpSyncLog.TargetIsCrm: Was the CRM field the target of the change? If false, then it was the ERP field that was changed by this sync operation

Declaration
public const string TargetIsCrm = "TargetIsCrm"
Field Value
Type Description
String

Updated

ErpSyncLog.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ErpSyncLog.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ErpSyncLog.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