Show / Hide Table of Contents

Class DBC.ErpConfigurationFields

Fields for ErpConfiguration, Global settings for the Erp Integration Server

Inheritance
object
DBC.ErpConfigurationFields
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.ErpConfigurationFields

Fields

ConnectionRank

ErpConfiguration.ConnectionRank: Semicolon-separated primary keys of ErpConnection records, with '0' representing the SuperOffice 'connector', giving the replication order

Declaration
public const string ConnectionRank = "ConnectionRank"
Field Value
Type Description
string

ErpConfigurationId

ErpConfiguration.ErpConfigurationId: Primary key

Declaration
public const string ErpConfigurationId = "erpconfiguration_id"
Field Value
Type Description
string

Registered

ErpConfiguration.Registered: Registered when

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

RegisteredAssociateId

ErpConfiguration.RegisteredAssociateId: Registered by whom

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

SyncInterval

ErpConfiguration.SyncInterval: Interval between successive pollings for changes, in seconds

Declaration
public const string SyncInterval = "SyncInterval"
Field Value
Type Description
string

SyncRunning

ErpConfiguration.SyncRunning: Is the sync currently running or not; reflects state of [On] [Off] buttons in the Admin GUI

Declaration
public const string SyncRunning = "SyncRunning"
Field Value
Type Description
string

Updated

ErpConfiguration.Updated: Last updated when

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

UpdatedAssociateId

ErpConfiguration.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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