Show / Hide Table of Contents

Class DBC.ErpConnectionActorTypeFields

Fields for ErpConnectionActorType, Data about the configuration of one Erp Actor on one ErpConnection

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

Fields

ActorTypeCrm

ErpConnectionActorType.ActorTypeCrm: The actor type (CRM side)

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

ActorTypeErp

ErpConnectionActorType.ActorTypeErp: The actor type (ERP side)

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

ErpConnectionActorTypeId

ErpConnectionActorType.ErpConnectionActorTypeId: Primary key

Declaration
public const string ErpConnectionActorTypeId = "erpconnectionactortype_id"
Field Value
Type Description
String

ErpConnectionId

ErpConnectionActorType.ErpConnectionId: The connection this actor is configured for

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

IsActive

ErpConnectionActorType.IsActive: Is this mapping/synchronization configuration currently active

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

Registered

ErpConnectionActorType.Registered: Registered when

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

RegisteredAssociateId

ErpConnectionActorType.RegisteredAssociateId: Registered by whom

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

Updated

ErpConnectionActorType.Updated: Last updated when

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

UpdatedAssociateId

ErpConnectionActorType.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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